Managed Kubernetes Certificate Authority
data class ManagedKubernetesCertificateAuthority(val clientCert: String? = null, val clientKey: String? = null, val clusterCert: String? = null)
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 kubeconfig 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 kubeconfig file for your cluster.