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/V1ScaleStatus.md
Normal file
12
kubernetes/docs/V1ScaleStatus.md
Normal file
|
@ -0,0 +1,12 @@
|
|||
# V1ScaleStatus
|
||||
|
||||
ScaleStatus represents the current status of a scale subresource.
|
||||
## Properties
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**replicas** | **int** | replicas is the actual number of observed instances of the scaled object. |
|
||||
**selector** | **str** | selector is the label query over pods that should match the replicas count. This is same as the label selector but in the string format to avoid introspection by kubernetes.clients. The string will be in the same format as the query-param syntax. More info about label selectors: https://kubernetes.io/docs/concepts/overview/working-with-objects/labels/ | [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