/dhall-kubernetes-1.19-v6.0.0/types/io.k8s.api.autoscaling.v1.HorizontalPodAutoscalerSpec.dhall

Copy path to clipboard

Source

{ maxReplicas : Integer
, scaleTargetRef : ./io.k8s.api.autoscaling.v1.CrossVersionObjectReference.dhall
, minReplicas : Optional Integer
, targetCPUUtilizationPercentage : Optional Integer
}