类 IstioEnv
- java.lang.Object
-
- org.apache.dubbo.registry.xds.istio.IstioEnv
-
-
构造器概要
构造器 构造器 说明 IstioEnv()
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 StringgetCaAddr()StringgetCluster()StringgetCsrHost()StringgetIstioMetaClusterId()intgetRasKeySize()floatgetSecretGracePeriodRatio()intgetSecretTTL()StringgetServiceAccount()StringgetTrustDomain()StringgetWorkloadNameSpace()booleanisECCFirst()
-
-
-
方法详细资料
-
getCaAddr
public String getCaAddr()
-
getServiceAccount
public String getServiceAccount()
-
getCsrHost
public String getCsrHost()
-
getTrustDomain
public String getTrustDomain()
-
getWorkloadNameSpace
public String getWorkloadNameSpace()
-
getCluster
public String getCluster()
- 指定者:
getCluster在接口中XdsEnv
-
getRasKeySize
public int getRasKeySize()
-
isECCFirst
public boolean isECCFirst()
-
getSecretTTL
public int getSecretTTL()
-
getSecretGracePeriodRatio
public float getSecretGracePeriodRatio()
-
getIstioMetaClusterId
public String getIstioMetaClusterId()
-
-