Skip to main content
Schemaobject

io.k8s.api.authorization.v1.NonResourceRule

NonResourceRule holds information that describes a rule for the non-resource

Source
specs/apis__authorization.k8s.io__v1_openapi.json
Revision
9a79c3bd90f7
Active snapshot
2a9112600697
nonResourceURLs array
optional

nonResourceURLs is a set of partial urls that a user should have access to. *s are allowed, but only as the full, final step in the path. "*" means all.

verbs array
required

verbs is a list of kubernetes non-resource API verbs, like: get, post, put, delete, patch, head, options. "*" means all.