Constant K8S_HPA_SCALETARGETREF_KIND
pub const K8S_HPA_SCALETARGETREF_KIND: &'static str;
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"