Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 1.5 KB

V1ResourceAttributes.md

File metadata and controls

16 lines (12 loc) · 1.5 KB

V1ResourceAttributes

Properties

Name Type Description Notes
Group string Group is the API Group of the Resource. "*" means all. [optional]
Name string Name is the name of the resource being requested for a "get" or deleted for a "delete". "" (empty) means all. [optional]
Namespace string Namespace is the namespace of the action being requested. Currently, there is no distinction between no namespace and all namespaces "" (empty) is defaulted for LocalSubjectAccessReviews "" (empty) is empty for cluster-scoped resources "" (empty) means "all" for namespace scoped resources from a SubjectAccessReview or SelfSubjectAccessReview [optional]
Resource string Resource is one of the existing resource types. "*" means all. [optional]
Subresource string Subresource is one of the existing resource types. "" means none. [optional]
Verb string Verb is a kubernetes resource API verb, like: get, list, watch, create, update, delete, proxy. "*" means all. [optional]
Version string Version is the API Version of the Resource. "*" means all. [optional]

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