/dhall-kubernetes-1.16-v6.0.0/types/io.k8s.api.autoscaling.v2beta1.HorizontalPodAutoscalerSpec.dhall

Copy path to clipboard

Source

{ maxReplicas : Integer
, scaleTargetRef :
./io.k8s.api.autoscaling.v2beta1.CrossVersionObjectReference.dhall
, metrics : Optional (List ./io.k8s.api.autoscaling.v2beta1.MetricSpec.dhall)
, minReplicas : Optional Integer
}