ScopeRbacRoleBindingRole

data class ScopeRbacRoleBindingRole(val predefinedRole: String? = null)

Constructors

Link copied to clipboard
constructor(predefinedRole: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val predefinedRole: String? = null

PredefinedRole is an ENUM representation of the default Kubernetes Roles Possible values are: UNKNOWN, ADMIN, EDIT, VIEW.