KubernetesClusterLinuxProfileArgs

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

Constructors

Link copied to clipboard
constructor(adminUsername: Output<String>, sshKey: Output<KubernetesClusterLinuxProfileSshKeyArgs>)

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 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.

Functions

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