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

1.5 KiB

v1_resource_attributes_t

Properties

Name Type Description Notes
group char * Group is the API Group of the Resource. "*" means all. [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]