Get Cluster Credential Certificate Authority
data class GetClusterCredentialCertificateAuthority(val clientCert: String, val clientKey: String, val clusterCert: String)
Properties
Link copied to clipboard
The base64 encoded client certificate data required to communicate with your cluster. Add this to the client-certificate-data section of the kube config file for your cluster.
Link copied to clipboard
The base64 encoded cluster certificate data required to communicate with your cluster. Add this to the certificate-authority-data section of the kube config file for your cluster.