Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 1.73 KB

v1_resource_attributes.md

File metadata and controls

18 lines (14 loc) · 1.73 KB

v1_resource_attributes_t

Properties

Name Type Description Notes
field_selector v1_field_selector_attributes_t * [optional]
group char * Group is the API Group of the Resource. "*" means all. [optional]
label_selector v1_label_selector_attributes_t * [optional]
name char * Name is the name of the resource being requested for a "get" or deleted for a "delete". "" (empty) means all. [optional]
_namespace char * 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 char * Resource is one of the existing resource types. "*" means all. [optional]
subresource char * Subresource is one of the existing resource types. "" means none. [optional]
verb char * Verb is a kubernetes resource API verb, like: get, list, watch, create, update, delete, proxy. "*" means all. [optional]
version char * Version is the API Version of the Resource. "*" means all. [optional]

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