GetKubernetesClusterKubeConfig

data class GetKubernetesClusterKubeConfig(val clientCertificate: String, val clientKey: String, val clusterCaCertificate: String, val expiresAt: String, val host: String, val rawConfig: String, val token: String)

Constructors

Link copied to clipboard
constructor(clientCertificate: String, clientKey: String, clusterCaCertificate: String, expiresAt: String, host: String, rawConfig: String, token: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The base64 encoded public certificate used by clients to access the cluster. Only available if token authentication is not supported on your cluster.

Link copied to clipboard

The base64 encoded private key used by clients to access the cluster. Only available if token authentication is not supported on your cluster.

Link copied to clipboard

The base64 encoded public certificate for the cluster's certificate authority.

Link copied to clipboard

The date and time when the credentials will expire and need to be regenerated.

Link copied to clipboard

The URL of the API server on the Kubernetes master node.

Link copied to clipboard

The full contents of the Kubernetes cluster's kubeconfig file.

Link copied to clipboard

The DigitalOcean API access token used by clients to access the cluster.