oauth.v1.clusterRoleScopeRestriction
"ClusterRoleScopeRestriction describes restrictions on cluster role scopes"
Index
fn withAllowEscalation(allowEscalation)
fn withNamespaces(namespaces)
fn withNamespacesMixin(namespaces)
fn withRoleNames(roleNames)
fn withRoleNamesMixin(roleNames)
Fields
fn withAllowEscalation
withAllowEscalation(allowEscalation)
"AllowEscalation indicates whether you can request roles and their escalating resources"
fn withNamespaces
withNamespaces(namespaces)
"Namespaces is the list of namespaces that can be referenced. * means any of them (including *)"
fn withNamespacesMixin
withNamespacesMixin(namespaces)
"Namespaces is the list of namespaces that can be referenced. * means any of them (including *)"
Note: This function appends passed data to existing values
fn withRoleNames
withRoleNames(roleNames)
"RoleNames is the list of cluster roles that can referenced. * means anything"
fn withRoleNamesMixin
withRoleNamesMixin(roleNames)
"RoleNames is the list of cluster roles that can referenced. * means anything"
Note: This function appends passed data to existing values