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
12
kubernetes/docs/V1PodFailurePolicyOnPodConditionsPattern.md
Normal file
12
kubernetes/docs/V1PodFailurePolicyOnPodConditionsPattern.md
Normal file
|
@ -0,0 +1,12 @@
|
|||
# V1PodFailurePolicyOnPodConditionsPattern
|
||||
|
||||
PodFailurePolicyOnPodConditionsPattern describes a pattern for matching an actual pod condition type.
|
||||
## Properties
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**status** | **str** | Specifies the required Pod condition status. To match a pod condition it is required that the specified status equals the pod condition status. Defaults to True. |
|
||||
**type** | **str** | Specifies the required Pod condition type. To match a pod condition it is required that specified type equals the pod condition type. |
|
||||
|
||||
[[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