AdministratorConfigurationArgs

data class AdministratorConfigurationArgs(val adminUsername: Output<String>? = null, val sshPublicKeys: Output<List<SshPublicKeyArgs>>? = null) : ConvertibleToJava<AdministratorConfigurationArgs>

Constructors

Link copied to clipboard
constructor(adminUsername: Output<String>? = null, sshPublicKeys: Output<List<SshPublicKeyArgs>>? = null)

Properties

Link copied to clipboard
val adminUsername: Output<String>? = null

The user name for the administrator that will be applied to the operating systems that run Kubernetes nodes. If not supplied, a user name will be chosen by the service.

Link copied to clipboard
val sshPublicKeys: Output<List<SshPublicKeyArgs>>? = null

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.

Functions

Link copied to clipboard
open override fun toJava(): AdministratorConfigurationArgs