/dhall-kubernetes-1.15-v4.0.0/types/io.k8s.api.policy.v1beta1.PodDisruptionBudgetStatus.dhall

Copy path to clipboard

Source

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