kubernetes/test/e2e/apps
hasheddan a527c10edc
Make sure pod tested for eviction with PDB is not scheduled for deletion
In #91342 attempting to evict a Pod with a DeletionTimestamp caused
checking of PDBs to be ignored due to the fact that a Pod scheduled for
deletion should not be factored into a disruption budget. However, PDB
eviction tests currently will sometimes select a Pod already scheduled
for deletion, expecting that attempting to evict it will conflict with
the PDB. This updates those tests to make sure a Pod with deletion
timestamp is not selected for eviction when it is intended to violate a
PDB.

Signed-off-by: hasheddan <georgedanielmangum@gmail.com>
2020-07-11 11:25:19 -05:00
..
BUILD Revert scale patch payload types 2020-06-11 14:07:27 +12:00
cronjob.go fix test/e2e/apps staticcheck 2020-07-02 18:14:12 +08:00
daemon_restart.go scheduler: remove direct import to pkg/master/ports 2020-04-11 13:56:53 +08:00
daemon_set.go fix test/e2e/apps staticcheck 2020-07-02 18:14:12 +08:00
deployment.go fix test/e2e/apps staticcheck 2020-07-02 18:14:12 +08:00
disruption.go Make sure pod tested for eviction with PDB is not scheduled for deletion 2020-07-11 11:25:19 -05:00
framework.go fix golint failures of test/e2e/apps 2019-04-17 19:04:51 +08:00
job.go Move resource methods from e2e fw to e2e resource fw 2020-03-08 15:27:49 +08:00
network_partition.go fix test/e2e/apps staticcheck 2020-07-02 18:14:12 +08:00
OWNERS Update Sig-Apps OWNERS in places that were missed in #76669 2019-06-19 15:36:16 +02:00
rc.go fix test/e2e/apps staticcheck 2020-07-02 18:14:12 +08:00
replica_set.go fix test/e2e/apps staticcheck 2020-07-02 18:14:12 +08:00
statefulset.go fix test/e2e/apps staticcheck 2020-07-02 18:14:12 +08:00
types.go tests: Replaces Redis image with Agnhost 2019-09-09 00:25:18 -07:00
wait.go Update .import-aliases for e2e test framework 2020-03-25 11:40:02 +08:00