public class ServicecontrolSpec extends Object implements Serializable, IstioSpec
| Constructor and Description |
|---|
ServicecontrolSpec()
No args constructor for use in serialization
|
ServicecontrolSpec(String credentialPath,
RuntimeConfig runtimeConfig,
List<GcpServiceSetting> serviceConfigs) |
| Modifier and Type | Method and Description |
|---|---|
String |
getCredentialPath() |
RuntimeConfig |
getRuntimeConfig() |
List<GcpServiceSetting> |
getServiceConfigs() |
void |
setCredentialPath(String credentialPath) |
void |
setRuntimeConfig(RuntimeConfig runtimeConfig) |
void |
setServiceConfigs(List<GcpServiceSetting> serviceConfigs) |
public ServicecontrolSpec()
public ServicecontrolSpec(String credentialPath, RuntimeConfig runtimeConfig, List<GcpServiceSetting> serviceConfigs)
credentialPath - serviceConfigs - runtimeConfig - public String getCredentialPath()
public void setCredentialPath(String credentialPath)
public RuntimeConfig getRuntimeConfig()
public void setRuntimeConfig(RuntimeConfig runtimeConfig)
public List<GcpServiceSetting> getServiceConfigs()
public void setServiceConfigs(List<GcpServiceSetting> serviceConfigs)
Copyright © 2017–2018 Red Hat. All rights reserved.