Files
c/kubernetes/docs/v2beta1_external_metric_status.md

14 lines
748 B
Markdown
Raw Normal View History

2021-03-17 16:35:19 +08:00
# v2beta1_external_metric_status_t
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**current_average_value** | **char \*** | currentAverageValue is the current value of metric averaged over autoscaled pods. | [optional]
**current_value** | **char \*** | currentValue is the current value of the metric (as a quantity) |
**metric_name** | **char \*** | metricName is the name of a metric used for autoscaling in metric system. |
**metric_selector** | [**v1_label_selector_t**](v1_label_selector.md) \* | | [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)