kubernetes/test/e2e/apps
Anthony Yeh 3bc7676024
StatefulSet: Deflake e2e "Saturate" phase.
The "Saturate" phase of StatefulSet e2e tests verifies orderly startup
by controlling when each Pod is allowed to report Ready.
If a Pod unexepectedly goes down during the test, the replacement Pod
created by the controller will forget if it was already allowed to
report Ready.

After this change, the signal that allows each Pod to report Ready is
persisted in the Pod's PVC. Thus, the replacement Pod will remember that
it was already told to proceed to a Ready state.
2017-08-21 13:52:15 -07:00
..
BUILD Change API version of statefulset scale subresource e2e test to v1beta2 2017-08-17 15:11:10 -07:00
cronjob.go Rename test dir to allude sig-apps ownership 2017-07-22 12:43:36 +02:00
daemon_restart.go Rename test dir to allude sig-apps ownership 2017-07-22 12:43:36 +02:00
daemon_set.go Migrate to IsControlledBy from meta/v1 package 2017-08-06 22:43:46 +10:00
deployment.go CollisionCount should have type int32 across controllers that use it for collision avoidance 2017-08-18 10:48:12 +08:00
disruption.go Fix code implicitly casting clientsets to getters 2017-08-06 15:30:13 +02:00
framework.go Rename test dir to allude sig-apps ownership 2017-07-22 12:43:36 +02:00
job.go Migrate to GetControllerOf from meta/v1 package 2017-08-06 22:41:58 +10:00
OWNERS Rename test dir to allude sig-apps ownership 2017-07-22 12:43:36 +02:00
rc.go Rename test dir to allude sig-apps ownership 2017-07-22 12:43:36 +02:00
replica_set.go Rename test dir to allude sig-apps ownership 2017-07-22 12:43:36 +02:00
statefulset.go StatefulSet: Deflake e2e "Saturate" phase. 2017-08-21 13:52:15 -07:00
types.go Remove ScheduledJobs support 2017-08-08 15:22:26 +02:00