Constant K8S_HPA_SCALETARGETREF_KIND
Source pub const K8S_HPA_SCALETARGETREF_KIND: &str = "k8s.hpa.scaletargetref.kind";
Expand description
The kind of the target resource to scale for the HorizontalPodAutoscaler.
§Notes
This maps to the kind field in the scaleTargetRef of the HPA spec.
§Examples
"Deployment"
"StatefulSet"