sshKey

@JvmName(name = "rwvcmxymwulyisho")
suspend fun sshKey(value: Output<KubernetesClusterLinuxProfileSshKeyArgs>)
@JvmName(name = "vdcclqipjrwloopb")
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 = "bokbsfjrjjupennv")
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.