Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 1.07 KB

V1beta1ResourceRule.md

File metadata and controls

11 lines (8 loc) · 1.07 KB

Kubernetes::V1beta1ResourceRule

Properties

Name Type Description Notes
api_groups Array<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. &quot;*&quot; means all. [optional]
resource_names Array<String> ResourceNames is an optional white list of names that the rule applies to. An empty set means that everything is allowed. &quot;*&quot; means all. [optional]
resources Array<String> Resources is a list of resources this rule applies to. &quot;&quot; means all in the specified apiGroups. &quot;/foo&quot; represents the subresource 'foo' for all resources in the specified apiGroups. [optional]
verbs Array<String> Verb is a list of kubernetes resource API verbs, like: get, list, watch, create, update, delete, proxy. &quot;*&quot; means all.