Files
c/kubernetes/docs/v1beta1_resource_rule.md
2021-03-17 16:50:46 +08:00

1.2 KiB

v1beta1_resource_rule_t

Properties

Name Type Description Notes
api_groups list_t * 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. [optional]
resource_names list_t * ResourceNames is an optional white list of names that the rule applies to. An empty set means that everything is allowed. "*" means all. [optional]
resources list_t * 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. [optional]
verbs list_t * Verb is a list of kubernetes resource API verbs, like: get, list, watch, create, update, delete, proxy. "*" means all.

[Back to Model list] [Back to API list] [Back to README]