mirror of
https://github.com/dhall-lang/dhall-kubernetes.git
synced 2024-11-03 21:05:47 +03:00
6acb5b3e18
Switch Integer to Natural
8 lines
442 B
Plaintext
8 lines
442 B
Plaintext
\(_params : {currentReplicas : (Natural), desiredReplicas : (Natural)}) ->
|
|
{ currentCPUUtilizationPercentage = ([] : Optional (Natural))
|
|
, currentReplicas = _params.currentReplicas
|
|
, desiredReplicas = _params.desiredReplicas
|
|
, lastScaleTime = ([] : Optional (../types/io.k8s.apimachinery.pkg.apis.meta.v1.Time.dhall))
|
|
, observedGeneration = ([] : Optional (Natural))
|
|
} : ../types/io.k8s.api.autoscaling.v1.HorizontalPodAutoscalerStatus.dhall
|