python/kubernetes/docs/V2beta1MetricSpec.md
Nabarun Pal b4d11b02a3
Update client with OpenAPI generator v4.3.0
Signed-off-by: Nabarun Pal <pal.nabarun95@gmail.com>
2020-07-16 13:42:39 +05:30

16 lines
990 B
Markdown

# V2beta1MetricSpec
MetricSpec specifies how to scale based on a single metric (only `type` and one other matching field should be set at once).
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**external** | [**V2beta1ExternalMetricSource**](V2beta1ExternalMetricSource.md) | | [optional]
**object** | [**V2beta1ObjectMetricSource**](V2beta1ObjectMetricSource.md) | | [optional]
**pods** | [**V2beta1PodsMetricSource**](V2beta1PodsMetricSource.md) | | [optional]
**resource** | [**V2beta1ResourceMetricSource**](V2beta1ResourceMetricSource.md) | | [optional]
**type** | **str** | type is the type of metric source. It should be one of \&quot;Object\&quot;, \&quot;Pods\&quot; or \&quot;Resource\&quot;, each mapping to a matching field in the object. |
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)