masterAuth

@JvmName(name = "ialaopaucfumqnuh")
suspend fun masterAuth(value: Output<MasterAuthArgs>)
@JvmName(name = "enlivujtlwkclxtl")
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 = "tskcfoeoqjfjtkga")
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.