Kubernetes Cluster Linux Profile
data class KubernetesClusterLinuxProfile(val adminUsername: String, val sshKey: KubernetesClusterLinuxProfileSshKey)
Constructors
Link copied to clipboard
fun KubernetesClusterLinuxProfile(adminUsername: String, sshKey: KubernetesClusterLinuxProfileSshKey)
Types
Properties
Link copied to clipboard
An ssh_key
block. Only one is currently allowed. Changing this will update the key on all node pools. More information can be found in the documentation.