sshPublicKeys

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


@JvmName(name = "ykjauhgqdflkqiyb")
suspend fun sshPublicKeys(values: List<Output<SshPublicKeyArgs>>)
@JvmName(name = "cugjkanxhbhunccb")
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 = "fhbhkukqoffsnxub")
suspend fun sshPublicKeys(argument: List<suspend SshPublicKeyArgsBuilder.() -> Unit>)
@JvmName(name = "ayellxwtrdqxkyks")
suspend fun sshPublicKeys(vararg argument: suspend SshPublicKeyArgsBuilder.() -> Unit)
@JvmName(name = "lhmfnkyijgiwvobr")
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.