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

8 lines
224 B
Plaintext

{ currentHealthy : (Natural)
, desiredHealthy : (Natural)
, disruptedPods : ((List {mapKey : Text, mapValue : Text}))
, disruptionsAllowed : (Natural)
, expectedPods : (Natural)
, observedGeneration : (Optional (Natural))
}