Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 1.14 KB

V2MetricStatus.md

File metadata and controls

16 lines (12 loc) · 1.14 KB

V2MetricStatus

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

Properties

Name Type Description Notes
container_resource V2ContainerResourceMetricStatus [optional]
external V2ExternalMetricStatus [optional]
object V2ObjectMetricStatus [optional]
pods V2PodsMetricStatus [optional]
resource V2ResourceMetricStatus [optional]
type str type is the type of metric source. It will be one of "ContainerResource", "External", "Object", "Pods" or "Resource", each corresponds to a matching field in the object. Note: "ContainerResource" type is available on when the feature-gate HPAContainerMetrics is enabled

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