sshPublicKeys

@JvmName(name = "ogecxbjqgqutqvyy")
suspend fun sshPublicKeys(value: Output<List<SshPublicKeyArgs>>)
@JvmName(name = "tpnwlvrtkggxddmh")
suspend fun sshPublicKeys(value: List<SshPublicKeyArgs>?)

Parameters

value

The SSH configuration for the operating systems that run the nodes in the Kubernetes cluster. In some cases, specification of public keys may be required to produce a working environment.


@JvmName(name = "kgpepljqcsywpcbx")
suspend fun sshPublicKeys(vararg values: Output<SshPublicKeyArgs>)


@JvmName(name = "jjoxwuyntnixdgby")
suspend fun sshPublicKeys(values: List<Output<SshPublicKeyArgs>>)
@JvmName(name = "hisqgaklfxeqjhtd")
suspend fun sshPublicKeys(vararg values: SshPublicKeyArgs)

Parameters

values

The SSH configuration for the operating systems that run the nodes in the Kubernetes cluster. In some cases, specification of public keys may be required to produce a working environment.


@JvmName(name = "hnmqtmgucponqivn")
suspend fun sshPublicKeys(argument: List<suspend SshPublicKeyArgsBuilder.() -> Unit>)
@JvmName(name = "xxojujwgyfapaexb")
suspend fun sshPublicKeys(vararg argument: suspend SshPublicKeyArgsBuilder.() -> Unit)
@JvmName(name = "etcmndwucvmgfixl")
suspend fun sshPublicKeys(argument: suspend SshPublicKeyArgsBuilder.() -> Unit)

Parameters

argument

The SSH configuration for the operating systems that run the nodes in the Kubernetes cluster. In some cases, specification of public keys may be required to produce a working environment.