Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 1.1 KB

V1FieldSelectorAttributes.md

File metadata and controls

12 lines (7 loc) · 1.1 KB

V1FieldSelectorAttributes

Properties

Name Type Description Notes
raw_selector Option<String> rawSelector is the serialization of a field selector that would be included in a query parameter. Webhook implementations are encouraged to ignore rawSelector. The kube-apiserver's *SubjectAccessReview will parse the rawSelector as long as the requirements are not present. [optional]
requirements Option<Veccrate::models::V1FieldSelectorRequirement> requirements is the parsed interpretation of a field selector. All requirements must be met for a resource instance to match the selector. Webhook implementations should handle requirements, but how to handle them is up to the webhook. Since requirements can only limit the request, it is safe to authorize as unlimited request if the requirements are not understood. [optional]

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