GetClusterCredentialCertificateAuthority

data class GetClusterCredentialCertificateAuthority(val clientCert: String, val clientKey: String, val clusterCert: String)

Constructors

Link copied to clipboard
constructor(clientCert: String, clientKey: String, clusterCert: String)

Types

Link copied to clipboard
object Companion

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 client key data required to communicate with your cluster. Add this to the client-key-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.