dhall-kubernetes/types/io.k8s.api.autoscaling.v1.HorizontalPodAutoscalerSpec.dhall
Fabrizio Ferrai 6acb5b3e18 Update to Dhall 1.14
Switch Integer to Natural
2018-07-08 20:47:09 +03:00

6 lines
204 B
Plaintext

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