Kubernetes Cluster Linux Profile Args
data class KubernetesClusterLinuxProfileArgs(val adminUsername: Output<String>, val sshKey: Output<KubernetesClusterLinuxProfileSshKeyArgs>) : ConvertibleToJava<KubernetesClusterLinuxProfileArgs>
Constructors
Link copied to clipboard
fun KubernetesClusterLinuxProfileArgs(adminUsername: Output<String>, sshKey: Output<KubernetesClusterLinuxProfileSshKeyArgs>)
Functions
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.