Get Cluster Credential Result
data class GetClusterCredentialResult(val certificateAuthority: GetClusterCredentialCertificateAuthority, val clusterId: String, val clusterName: String, val expiration: String, val id: String, val kubeConfig: String, val outputFile: String? = null, val temporaryDurationMinutes: Int? = null)
A collection of values returned by getClusterCredential.
Properties
Link copied to clipboard
(Available in 1.105.0+) Nested attribute containing certificate authority data for your cluster.
Link copied to clipboard
The name of target cluster.
Link copied to clipboard
Expiration time of kube config. Format: UTC time in rfc3339.
Link copied to clipboard
(Sensitive) The kube config to use to authenticate with the cluster.
Link copied to clipboard
Link copied to clipboard