updated vendor

This commit is contained in:
2026-06-16 08:02:19 +02:00
parent 2f7f99d3f0
commit 77299d0c64
1283 changed files with 67302 additions and 208958 deletions
+4
View File
@@ -142,15 +142,19 @@ message PodDisruptionBudgetStatus {
map<string, .k8s.io.apimachinery.pkg.apis.meta.v1.Time> disruptedPods = 2;
// Number of pod disruptions that are currently allowed.
// +optional
optional int32 disruptionsAllowed = 3;
// current number of healthy pods
// +optional
optional int32 currentHealthy = 4;
// minimum desired number of healthy pods
// +optional
optional int32 desiredHealthy = 5;
// total number of pods counted by this disruption budget
// +optional
optional int32 expectedPods = 6;
// Conditions contain conditions for PDB. The disruption controller sets the