V1ResourceAttributes

May 5, 2026 ยท View on GitHub

ResourceAttributes includes the authorization attributes available for resource requests to the Authorizer interface

Properties

NameTypeDescriptionNotes
field_selectorV1FieldSelectorAttributes[optional]
groupstrgroup is the API Group of the Resource. "*" means all.[optional]
label_selectorV1LabelSelectorAttributes[optional]
namestrname is the name of the resource being requested for a "get" or deleted for a "delete". "" (empty) means all.[optional]
namespacestrnamespace 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]
resourcestrresource is one of the existing resource types. "*" means all.[optional]
subresourcestrsubresource is one of the existing resource types. "" means none.[optional]
verbstrverb is a kubernetes resource API verb, like: get, list, watch, create, update, delete, proxy. "*" means all.[optional]
versionstrversion is the API Version of the Resource. "*" means all.[optional]

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