ClusterAccessConfig

data class ClusterAccessConfig(val authenticationMode: String? = null, val bootstrapClusterCreatorAdminPermissions: Boolean? = null)

Constructors

Link copied to clipboard
constructor(authenticationMode: String? = null, bootstrapClusterCreatorAdminPermissions: Boolean? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The authentication mode for the cluster. Valid values are CONFIG_MAP, API or API_AND_CONFIG_MAP

Link copied to clipboard

Whether or not to bootstrap the access config values to the cluster. Default is false.