Files
c/kubernetes/docs/v1beta3_non_resource_policy_rule.md
Kubernetes Prow Robot 060e5f800a Automated openapi generation from release-1.26
Signed-off-by: Kubernetes Prow Robot <k8s.ci.robot@gmail.com>
2023-02-23 01:48:36 +00:00

1007 B

v1beta3_non_resource_policy_rule_t

Properties

Name Type Description Notes
non_resource_urls list_t * `nonResourceURLs` is a set of url prefixes that a user should have access to and may not be empty. For example: - &quot;/healthz&quot; is legal - &quot;/hea*&quot; is illegal - &quot;/hea&quot; is legal but matches nothing - &quot;/hea/&quot; also matches nothing - &quot;/healthz/&quot; matches all per-component health checks. &quot;*&quot; matches all non-resource urls. if it is present, it must be the only entry. Required.
verbs list_t * `verbs` is a list of matching verbs and may not be empty. &quot;*&quot; matches all verbs. If it is present, it must be the only entry. Required.

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