/dhall-kubernetes-1.21-v6.0.0/types/io.k8s.api.policy.v1beta1.PodDisruptionBudgetStatus.dhall

Copy path to clipboard

Source

{ currentHealthy : Integer
, desiredHealthy : Integer
, disruptionsAllowed : Integer
, expectedPods : Integer
, conditions :
Optional (List ./io.k8s.apimachinery.pkg.apis.meta.v1.Condition.dhall)
, disruptedPods : Optional (List { mapKey : Text, mapValue : Text })
, observedGeneration : Optional Integer
}