kubernetes/pkg/controller/deployment
Michail Kargakis 62afa3de71 controller: update all rs annotations on a scaled rollout
When a new rollout with a different size than the previous size of the
deployment is initiated then only the new replica set will notice the
new size. Old replica sets are not updated by the rollout path.
2016-07-20 22:40:43 +02:00
..
util controller: various fixes for the deployment controller 2016-07-08 17:30:40 +02:00
deployment_controller_test.go DeploymentController doesn't take any actions when being deleted 2016-07-12 09:43:08 +02:00
deployment_controller.go controller: update all rs annotations on a scaled rollout 2016-07-20 22:40:43 +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 Break deployment controller into separate self-contained files 2016-07-02 09:53:52 +02: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