sshPublicKeys

@JvmName(name = "djdeldhmoupanjed")
suspend fun sshPublicKeys(value: Output<List<SshPublicKeyArgs>>)
@JvmName(name = "nyuqvoeewpskgdim")
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 = "exoqxmkanurmbnfn")
suspend fun sshPublicKeys(vararg values: Output<SshPublicKeyArgs>)


@JvmName(name = "afaridschovlxlbp")
suspend fun sshPublicKeys(values: List<Output<SshPublicKeyArgs>>)
@JvmName(name = "jrxxyrlvmxtqwvlw")
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 = "ppnkjkxurcisceel")
suspend fun sshPublicKeys(argument: List<suspend SshPublicKeyArgsBuilder.() -> Unit>)
@JvmName(name = "lawatuxrpshsrgpq")
suspend fun sshPublicKeys(vararg argument: suspend SshPublicKeyArgsBuilder.() -> Unit)
@JvmName(name = "uysksctxyptpvihp")
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.