python/kubernetes/docs/V2beta1MetricSpec.md
2019-08-14 21:44:51 -07:00

865 B

V2beta1MetricSpec

Properties

Name Type Description Notes
external V2beta1ExternalMetricSource [optional]
object V2beta1ObjectMetricSource [optional]
pods V2beta1PodsMetricSource [optional]
resource V2beta1ResourceMetricSource [optional]
type str type is the type of metric source. It should be one of "Object", "Pods" or "Resource", each mapping to a matching field in the object.

[Back to Model list] [Back to API list] [Back to README]