Prepare for v1.21 + indentation + local common definitions
This commit is contained in:
+13
-13
@@ -51,13 +51,13 @@ SelfSubjectRulesReview enumerates the set of actions the current user can perfor
|
||||
<a name="NonResourceRule"></a>
|
||||
*NonResourceRule holds information that describes a rule for the non-resource*
|
||||
|
||||
- **status.nonResourceRules.verbs** ([]string), required
|
||||
- **status.nonResourceRules.verbs** ([]string), required
|
||||
|
||||
Verb is a list of kubernetes non-resource API verbs, like: get, post, put, delete, patch, head, options. "*" means all.
|
||||
Verb is a list of kubernetes non-resource API verbs, like: get, post, put, delete, patch, head, options. "*" means all.
|
||||
|
||||
- **status.nonResourceRules.nonResourceURLs** ([]string)
|
||||
- **status.nonResourceRules.nonResourceURLs** ([]string)
|
||||
|
||||
NonResourceURLs is a set of partial urls that a user should have access to. *s are allowed, but only as the full, final step in the path. "*" means all.
|
||||
NonResourceURLs is a set of partial urls that a user should have access to. *s are allowed, but only as the full, final step in the path. "*" means all.
|
||||
|
||||
- **status.resourceRules** ([]ResourceRule), required
|
||||
|
||||
@@ -66,22 +66,22 @@ SelfSubjectRulesReview enumerates the set of actions the current user can perfor
|
||||
<a name="ResourceRule"></a>
|
||||
*ResourceRule is the list of actions the subject is allowed to perform on resources. The list ordering isn't significant, may contain duplicates, and possibly be incomplete.*
|
||||
|
||||
- **status.resourceRules.verbs** ([]string), required
|
||||
- **status.resourceRules.verbs** ([]string), required
|
||||
|
||||
Verb is a list of kubernetes resource API verbs, like: get, list, watch, create, update, delete, proxy. "*" means all.
|
||||
Verb is a list of kubernetes resource API verbs, like: get, list, watch, create, update, delete, proxy. "*" means all.
|
||||
|
||||
- **status.resourceRules.apiGroups** ([]string)
|
||||
- **status.resourceRules.apiGroups** ([]string)
|
||||
|
||||
APIGroups is the name of the APIGroup that contains the resources. If multiple API groups are specified, any action requested against one of the enumerated resources in any API group will be allowed. "*" means all.
|
||||
APIGroups is the name of the APIGroup that contains the resources. If multiple API groups are specified, any action requested against one of the enumerated resources in any API group will be allowed. "*" means all.
|
||||
|
||||
- **status.resourceRules.resourceNames** ([]string)
|
||||
- **status.resourceRules.resourceNames** ([]string)
|
||||
|
||||
ResourceNames is an optional white list of names that the rule applies to. An empty set means that everything is allowed. "*" means all.
|
||||
ResourceNames is an optional white list of names that the rule applies to. An empty set means that everything is allowed. "*" means all.
|
||||
|
||||
- **status.resourceRules.resources** ([]string)
|
||||
- **status.resourceRules.resources** ([]string)
|
||||
|
||||
Resources is a list of resources this rule applies to. "*" means all in the specified apiGroups.
|
||||
"*/foo" represents the subresource 'foo' for all resources in the specified apiGroups.
|
||||
Resources is a list of resources this rule applies to. "*" means all in the specified apiGroups.
|
||||
"*/foo" represents the subresource 'foo' for all resources in the specified apiGroups.
|
||||
|
||||
- **status.evaluationError** (string)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user