Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 1.14 KB

V2MetricSpec.md

File metadata and controls

16 lines (11 loc) · 1.14 KB

V2MetricSpec

Properties

Name Type Description Notes
container_resource Option<crate::models::V2ContainerResourceMetricSource> [optional]
external Option<crate::models::V2ExternalMetricSource> [optional]
object Option<crate::models::V2ObjectMetricSource> [optional]
pods Option<crate::models::V2PodsMetricSource> [optional]
resource Option<crate::models::V2ResourceMetricSource> [optional]
_type String type is the type of metric source. It should be one of "ContainerResource", "External", "Object", "Pods" or "Resource", each mapping 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]