kubernetes/pkg/controller/deployment
Kubernetes Submit Queue 74477a83e4 Merge pull request #29889 from janetkuo/deployment-e2e-test-fix
Automatic merge from submit-queue

Fix deployment e2e test: waitDeploymentStatus should error when entering an invalid state

Follow up #28162

1. We should check that max unavailable and max surge aren't violated at all times in e2e tests (didn't check this in deployment scaled rollout yet, but we should wait for it to become valid and then continue do the check until it finishes)
2. Fix some minor bugs in e2e tests 

@kubernetes/deployment
2016-08-04 00:43:41 -07:00
..
util Merge pull request #29889 from janetkuo/deployment-e2e-test-fix 2016-08-04 00:43:41 -07:00
deployment_controller_test.go Refactor uuid into its own pkg 2016-07-30 00:07:02 -04:00
deployment_controller.go Print/log pointers of structs with %#v instead of %+v 2016-08-01 22:27:56 +02:00
recreate.go controller: wait for synced old replica sets on Recreate 2016-07-04 18:23:58 +02:00
rollback.go Move deployment utilities to there own package 2016-07-08 09:46:56 +02:00
rolling_test.go Error out when any RS has more available pods then its spec replicas 2016-07-30 15:34:15 -07:00
rolling.go Move deployment utilities to there own package 2016-07-08 09:46:56 +02:00
sync_test.go Move deployment utilities to there own package 2016-07-08 09:46:56 +02:00
sync.go controller: update all rs annotations on a scaled rollout 2016-07-20 22:40:43 +02:00