Kubernetes Cluster Linux Profile
data class KubernetesClusterLinuxProfile(val adminUsername: String, val sshKey: KubernetesClusterLinuxProfileSshKey)
Properties
Link copied to clipboard
The Admin Username for the Cluster. Changing this forces a new resource to be created.
Link copied to clipboard
An ssh_key
block as defined below. Only one is currently allowed. Changing this will update the key on all node pools. More information can be found in the documentation.