kubernetes/pkg/controller/disruption
Daniel Henkel 0e0f1135f2
keep existing PDB conditions when updating status
When the disruption controller updates the PDB status, it removes all conditions from the new status object and then re-adds the sufficient pods condition. Unfortunately, this behavior removes conditions set by other controllers, leading to multiple consecutive updates.
Therefore, this commit ensures that conditions are preserved during updates.
2024-03-07 09:20:24 +01:00
..
disruption.go keep existing PDB conditions when updating status 2024-03-07 09:20:24 +01:00
disruption_test.go keep existing PDB conditions when updating status 2024-03-07 09:20:24 +01:00
OWNERS Check in OWNERS modified by update-yamlfmt.sh 2021-12-09 21:31:26 -05:00