adminUsers

@JvmName(name = "axgnlawlhkoaxqdw")
suspend fun adminUsers(value: Output<ClusterAuthorizationAdminUsersArgs>)
@JvmName(name = "prhbdkwaeihfolfb")
suspend fun adminUsers(value: ClusterAuthorizationAdminUsersArgs)

Parameters

value

User that will be granted the cluster-admin role on the cluster, providing full access to the cluster. Currently, this is a singular field, but will be expanded to allow multiple admins in the future. Structure is documented below.


@JvmName(name = "xtxnelbuvsyobqmj")
suspend fun adminUsers(argument: suspend ClusterAuthorizationAdminUsersArgsBuilder.() -> Unit)

Parameters

argument

User that will be granted the cluster-admin role on the cluster, providing full access to the cluster. Currently, this is a singular field, but will be expanded to allow multiple admins in the future. Structure is documented below.