kubernetes/pkg/registry/core/pod/storage
Sai Ramesh Vanka a6329ac453 Fix to honor PDB with an empty selector {}
PDB with an empty selector `{}` is selecting all the pods in a namespace.
But, during the `drain`, all the pods are getting evicted which is not expected.
This change should fix the issue and honor the pdb before evicting the pods.

Signed-off-by: Sai Ramesh Vanka <svanka@redhat.com>
2023-08-08 17:28:48 +05:30
..
eviction_test.go Fix to honor PDB with an empty selector {} 2023-08-08 17:28:48 +05:30
eviction.go Fix to honor PDB with an empty selector {} 2023-08-08 17:28:48 +05:30
storage_test.go Replace uses of ObjectReflectDiff with cmp.Diff 2023-04-12 08:48:03 -07:00
storage.go Preserve UID/ResourceVersion in the BindingREST endpoint 2023-03-20 10:29:25 -04:00