KubernetesClusterLinuxProfileArgs

data class KubernetesClusterLinuxProfileArgs(val adminUsername: Output<String>, val sshKey: Output<KubernetesClusterLinuxProfileSshKeyArgs>) : ConvertibleToJava<KubernetesClusterLinuxProfileArgs>

Constructors

Link copied to clipboard

Functions

Link copied to clipboard
open override fun toJava(): KubernetesClusterLinuxProfileArgs

Properties

Link copied to clipboard
val adminUsername: Output<String>

The Admin Username for the Cluster. Changing this forces a new resource to be created.

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.