Files
go/kubernetes/docs/V2beta1ExternalMetricSource.md

14 lines
791 B
Markdown
Raw Normal View History

# V2beta1ExternalMetricSource
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
2019-03-19 22:09:04 -07:00
**MetricName** | **string** | metricName is the name of the metric in question. |
**MetricSelector** | [**V1LabelSelector**](v1.LabelSelector.md) | | [optional]
**TargetAverageValue** | **string** | targetAverageValue is the target per-pod value of global metric (as a quantity). Mutually exclusive with TargetValue. | [optional]
**TargetValue** | **string** | targetValue is the target value of the metric (as a quantity). Mutually exclusive with TargetAverageValue. | [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)