fix(kubernetes): temporary solution for updated k8s python client
This commit is contained in:
parent
07d6fe7442
commit
977b5bca85
1477 changed files with 422337 additions and 1 deletions
19
kubernetes/docs/V1ResourceAttributes.md
Normal file
19
kubernetes/docs/V1ResourceAttributes.md
Normal file
|
@ -0,0 +1,19 @@
|
|||
# V1ResourceAttributes
|
||||
|
||||
ResourceAttributes includes the authorization attributes available for resource requests to the Authorizer interface
|
||||
## Properties
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**field_selector** | [**V1FieldSelectorAttributes**](V1FieldSelectorAttributes.md) | | [optional]
|
||||
**group** | **str** | Group is the API Group of the Resource. \"*\" means all. | [optional]
|
||||
**label_selector** | [**V1LabelSelectorAttributes**](V1LabelSelectorAttributes.md) | | [optional]
|
||||
**name** | **str** | Name is the name of the resource being requested for a \"get\" or deleted for a \"delete\". \"\" (empty) means all. | [optional]
|
||||
**namespace** | **str** | Namespace is the namespace of the action being requested. Currently, there is no distinction between no namespace and all namespaces \"\" (empty) is defaulted for LocalSubjectAccessReviews \"\" (empty) is empty for cluster-scoped resources \"\" (empty) means \"all\" for namespace scoped resources from a SubjectAccessReview or SelfSubjectAccessReview | [optional]
|
||||
**resource** | **str** | Resource is one of the existing resource types. \"*\" means all. | [optional]
|
||||
**subresource** | **str** | Subresource is one of the existing resource types. \"\" means none. | [optional]
|
||||
**verb** | **str** | Verb is a kubernetes resource API verb, like: get, list, watch, create, update, delete, proxy. \"*\" means all. | [optional]
|
||||
**version** | **str** | Version is the API Version of the Resource. \"*\" 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)
|
||||
|
||||
|
Reference in a new issue