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
14
kubernetes/docs/V1SubjectAccessReviewStatus.md
Normal file
14
kubernetes/docs/V1SubjectAccessReviewStatus.md
Normal file
|
@ -0,0 +1,14 @@
|
|||
# V1SubjectAccessReviewStatus
|
||||
|
||||
SubjectAccessReviewStatus
|
||||
## Properties
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**allowed** | **bool** | Allowed is required. True if the action would be allowed, false otherwise. |
|
||||
**denied** | **bool** | Denied is optional. True if the action would be denied, otherwise false. If both allowed is false and denied is false, then the authorizer has no opinion on whether to authorize the action. Denied may not be true if Allowed is true. | [optional]
|
||||
**evaluation_error** | **str** | EvaluationError is an indication that some error occurred during the authorization check. It is entirely possible to get an error and be able to continue determine authorization status in spite of it. For instance, RBAC can be missing a role, but enough roles are still present and bound to reason about the request. | [optional]
|
||||
**reason** | **str** | Reason is optional. It indicates why a request was allowed or denied. | [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