Automated openapi generation from release-1.31
Signed-off-by: Hui Yu <ityuhui@gmail.com>
This commit is contained in:
committed by
Hui Yu
parent
604e5a8d5b
commit
f914036e5a
11
kubernetes/docs/v1_label_selector_attributes.md
Normal file
11
kubernetes/docs/v1_label_selector_attributes.md
Normal file
@@ -0,0 +1,11 @@
|
||||
# v1_label_selector_attributes_t
|
||||
|
||||
## Properties
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**raw_selector** | **char \*** | 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** | [**list_t**](v1_label_selector_requirement.md) \* | requirements is the parsed interpretation of a label 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]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user