sshPublicKeys

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


@JvmName(name = "dcfivlwcsrcrufml")
suspend fun sshPublicKeys(values: List<Output<SshPublicKeyArgs>>)
@JvmName(name = "byspstwsttdvtumi")
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 = "uxdsdsikpvdnrxbi")
suspend fun sshPublicKeys(argument: List<suspend SshPublicKeyArgsBuilder.() -> Unit>)
@JvmName(name = "rissnjithqunfcsd")
suspend fun sshPublicKeys(vararg argument: suspend SshPublicKeyArgsBuilder.() -> Unit)
@JvmName(name = "krlsborowkisppwy")
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.