sshKey

@JvmName(name = "lsdbkgoarhphwjho")
suspend fun sshKey(value: Output<KubernetesClusterLinuxProfileSshKeyArgs>)
@JvmName(name = "tucrqyvujitjbrxe")
suspend fun sshKey(value: KubernetesClusterLinuxProfileSshKeyArgs)

Parameters

value

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.


@JvmName(name = "odygbrmafoepgfhl")
suspend fun sshKey(argument: suspend KubernetesClusterLinuxProfileSshKeyArgsBuilder.() -> Unit)

Parameters

argument

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.