NonResourcePolicyRule [api_object]ai-synthesized · conf 0.82
NonResourcePolicyRule is a predicate that matches non-resource requests according to their verb and the target non-resource URL. A NonResourcePolicyRule matches a request if and only if both (a) at least one member of verbs matches the request and (b) at least one member of nonResourceURLs matches the request.
flowcontrolsecurity
Represents a non-resource policy rule in Kubernetes FlowControl API.
Why it matters Used to specify access control for non-resource requests (e.g. impersonation).
Key facts - Specifies the verbs and resources affected - Can be used to limit access to certain actions
Sources
swagger.json — “io.k8s.api.flowcontrol.v1.NonResourcePolicyRule”