GetKubernetesClusterKubeConfig

data class GetKubernetesClusterKubeConfig(val clientCertificate: String, val clientKey: String, val clusterCaCertificate: String, val host: String, val password: String, val username: String)

Constructors

Link copied to clipboard
constructor(clientCertificate: String, clientKey: String, clusterCaCertificate: String, host: String, password: String, username: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Base64 encoded public certificate used by clients to authenticate to the Kubernetes cluster.

Link copied to clipboard

Base64 encoded private key used by clients to authenticate to the Kubernetes cluster.

Link copied to clipboard

Base64 encoded public CA certificate used as the root of trust for the Kubernetes cluster.

Link copied to clipboard

The Kubernetes cluster server host.

Link copied to clipboard

A password or token used to authenticate to the Kubernetes cluster.

Link copied to clipboard

A username used to authenticate to the Kubernetes cluster.