Constant K8S_HPA_SCALETARGETREF_NAME

pub const K8S_HPA_SCALETARGETREF_NAME: &'static str;
Expand description

The name of the target resource to scale for the HorizontalPodAutoscaler.

§Notes

This maps to the name field in the scaleTargetRef of the HPA spec.

§Examples

  • "my-deployment"
  • "my-statefulset"