masterAuth

@JvmName(name = "nklysixhihudwywb")
suspend fun masterAuth(value: Output<MasterAuthArgs>)
@JvmName(name = "ttoxsigprjlvufyy")
suspend fun masterAuth(value: MasterAuthArgs?)

Parameters

value

The authentication information for accessing the master endpoint. If unspecified, the defaults are used: For clusters before v1.12, if master_auth is unspecified, username will be set to "admin", a random password will be generated, and a client certificate will be issued.


@JvmName(name = "yujpbskuiqkpbymw")
suspend fun masterAuth(argument: suspend MasterAuthArgsBuilder.() -> Unit)

Parameters

argument

The authentication information for accessing the master endpoint. If unspecified, the defaults are used: For clusters before v1.12, if master_auth is unspecified, username will be set to "admin", a random password will be generated, and a client certificate will be issued.