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

Copy path to clipboard

Source

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