dhall-kubernetes/types/io.k8s.api.policy.v1beta1.PodDisruptionBudgetStatus.dhall
2019-03-25 12:32:48 +02:00

8 lines
235 B
Plaintext

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