mirror of
https://github.com/dhall-lang/dhall-kubernetes.git
synced 2024-11-05 02:26:39 +03:00
6acb5b3e18
Switch Integer to Natural
6 lines
204 B
Plaintext
6 lines
204 B
Plaintext
{ maxReplicas : (Natural)
|
|
, minReplicas : (Optional (Natural))
|
|
, scaleTargetRef : (./io.k8s.api.autoscaling.v1.CrossVersionObjectReference.dhall)
|
|
, targetCPUUtilizationPercentage : (Optional (Natural))
|
|
}
|