python/kubernetes/docs/V2beta2MetricStatus.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

932 B

V2beta2MetricStatus

MetricStatus describes the last-read state of a single metric.

Properties

Name Type Description Notes
external V2beta2ExternalMetricStatus [optional]
object V2beta2ObjectMetricStatus [optional]
pods V2beta2PodsMetricStatus [optional]
resource V2beta2ResourceMetricStatus [optional]
type str type is the type of metric source. It will be one of &quot;Object&quot;, &quot;Pods&quot; or &quot;Resource&quot;, each corresponds to a matching field in the object.

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