ClusterCertificateAuthority

data class ClusterCertificateAuthority(val data: String? = null)

Constructors

Link copied to clipboard
constructor(data: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val data: String? = null

Base64 encoded certificate data required to communicate with your cluster. Add this to the certificate-authority-data section of the kubeconfig file for your cluster.