github.com/argoproj/argo-cd/v3@v3.2.1/resource_customizations/policy/PodDisruptionBudget/testdata/healthy.yaml (about) 1 apiVersion: policy/v1 2 kind: PodDisruptionBudget 3 metadata: 4 name: foo 5 namespace: bar 6 spec: 7 minAvailable: 1 8 selector: 9 matchLabels: 10 app.kubernetes.io/name: foo 11 status: 12 conditions: 13 - lastTransitionTime: "2024-09-06T18:29:05Z" 14 message: "" 15 observedGeneration: 1 16 reason: SufficientPods 17 status: "True" 18 type: DisruptionAllowed 19 currentHealthy: 2 20 desiredHealthy: 1 21 disruptionsAllowed: 1 22 expectedPods: 2 23 observedGeneration: 1