Skip to main content

K8S_HPA_METRIC_TYPE

Constant K8S_HPA_METRIC_TYPE 

pub const K8S_HPA_METRIC_TYPE: &'static str;
Expand description

The type of metric source for the horizontal pod autoscaler.

§Notes

This attribute reflects the type field of spec.metrics[] in the HPA.

§Examples

  • "Resource"
  • "ContainerResource"