Package | Description |
---|---|
com.tencentcloudapi.tke.v20180525.models |
Modifier and Type | Method and Description |
---|---|
ClusterCredential |
DescribeTKEEdgeClusterCredentialResponse.getCredential()
Get 集群的认证信息
|
ClusterCredential |
DescribeEKSClusterCredentialResponse.getCredential()
Get 集群的认证信息(token只有请求是主账号才返回,子账户请使用返回的kubeconfig)
|
Modifier and Type | Method and Description |
---|---|
void |
DescribeTKEEdgeClusterCredentialResponse.setCredential(ClusterCredential Credential)
Set 集群的认证信息
|
void |
DescribeEKSClusterCredentialResponse.setCredential(ClusterCredential Credential)
Set 集群的认证信息(token只有请求是主账号才返回,子账户请使用返回的kubeconfig)
|
Constructor and Description |
---|
ClusterCredential(ClusterCredential 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.
|
Copyright © 2022. All rights reserved.