public class ClusterConfig extends AbstractModel
header, skipSign
Constructor and Description |
---|
ClusterConfig() |
ClusterConfig(ClusterConfig source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
|
Modifier and Type | Method and Description |
---|---|
String[] |
getAutoInjectionNamespaceList()
Get 自动注入SideCar的NameSpace
|
AutoInjectionNamespaceState[] |
getAutoInjectionNamespaceStateList()
Get 自动注入命名空间状态列表
|
DeployConfig |
getDeployConfig()
Get 部署配置
|
EgressGateway[] |
getEgressGatewayList()
Get Egress配置列表
|
IngressGateway[] |
getIngressGatewayList()
Get Ingress配置列表
|
IstiodConfig |
getIstiod()
Get Istiod配置
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setAutoInjectionNamespaceList(String[] AutoInjectionNamespaceList)
Set 自动注入SideCar的NameSpace
|
void |
setAutoInjectionNamespaceStateList(AutoInjectionNamespaceState[] AutoInjectionNamespaceStateList)
Set 自动注入命名空间状态列表
|
void |
setDeployConfig(DeployConfig DeployConfig)
Set 部署配置
|
void |
setEgressGatewayList(EgressGateway[] EgressGatewayList)
Set Egress配置列表
|
void |
setIngressGatewayList(IngressGateway[] IngressGatewayList)
Set Ingress配置列表
|
void |
setIstiod(IstiodConfig Istiod)
Set Istiod配置
注意:此字段可能返回 null,表示取不到有效值。
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public ClusterConfig()
public ClusterConfig(ClusterConfig source)
public String[] getAutoInjectionNamespaceList()
public void setAutoInjectionNamespaceList(String[] AutoInjectionNamespaceList)
AutoInjectionNamespaceList
- 自动注入SideCar的NameSpacepublic IngressGateway[] getIngressGatewayList()
public void setIngressGatewayList(IngressGateway[] IngressGatewayList)
IngressGatewayList
- Ingress配置列表public EgressGateway[] getEgressGatewayList()
public void setEgressGatewayList(EgressGateway[] EgressGatewayList)
EgressGatewayList
- Egress配置列表public IstiodConfig getIstiod()
public void setIstiod(IstiodConfig Istiod)
Istiod
- Istiod配置
注意:此字段可能返回 null,表示取不到有效值。public DeployConfig getDeployConfig()
public void setDeployConfig(DeployConfig DeployConfig)
DeployConfig
- 部署配置public AutoInjectionNamespaceState[] getAutoInjectionNamespaceStateList()
public void setAutoInjectionNamespaceStateList(AutoInjectionNamespaceState[] AutoInjectionNamespaceStateList)
AutoInjectionNamespaceStateList
- 自动注入命名空间状态列表Copyright © 2024. All rights reserved.