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

8 lines
359 B
Plaintext

{ conditions : (List ./io.k8s.api.autoscaling.v2beta1.HorizontalPodAutoscalerCondition.dhall)
, currentMetrics : (List ./io.k8s.api.autoscaling.v2beta1.MetricStatus.dhall)
, currentReplicas : (Natural)
, desiredReplicas : (Natural)
, lastScaleTime : (Optional (./io.k8s.apimachinery.pkg.apis.meta.v1.Time.dhall))
, observedGeneration : (Optional (Natural))
}