Files
c/kubernetes/docs/v1_resource_attributes.md
Kubernetes Prow Robot f914036e5a Automated openapi generation from release-1.31
Signed-off-by: Hui Yu <ityuhui@gmail.com>
2024-10-12 12:08:56 +08:00

19 lines
1.7 KiB
Markdown

# v1_resource_attributes_t
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**field_selector** | [**v1_field_selector_attributes_t**](v1_field_selector_attributes.md) \* | | [optional]
**group** | **char \*** | Group is the API Group of the Resource. \&quot;*\&quot; means all. | [optional]
**label_selector** | [**v1_label_selector_attributes_t**](v1_label_selector_attributes.md) \* | | [optional]
**name** | **char \*** | Name is the name of the resource being requested for a \&quot;get\&quot; or deleted for a \&quot;delete\&quot;. \&quot;\&quot; (empty) means all. | [optional]
**_namespace** | **char \*** | Namespace is the namespace of the action being requested. Currently, there is no distinction between no namespace and all namespaces \&quot;\&quot; (empty) is defaulted for LocalSubjectAccessReviews \&quot;\&quot; (empty) is empty for cluster-scoped resources \&quot;\&quot; (empty) means \&quot;all\&quot; for namespace scoped resources from a SubjectAccessReview or SelfSubjectAccessReview | [optional]
**resource** | **char \*** | Resource is one of the existing resource types. \&quot;*\&quot; means all. | [optional]
**subresource** | **char \*** | Subresource is one of the existing resource types. \&quot;\&quot; means none. | [optional]
**verb** | **char \*** | Verb is a kubernetes resource API verb, like: get, list, watch, create, update, delete, proxy. \&quot;*\&quot; means all. | [optional]
**version** | **char \*** | Version is the API Version of the Resource. \&quot;*\&quot; means all. | [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)