kubernetes/pkg/controller/deployment
Michail Kargakis 0a843a50ba controller: don't retry deployments with overlapping selectors
Returning an error will cause the deployment to be requeued. We should
just emit an event for deployments with overlapping selectors and silently
drop then out of the queue. This should be transitioned to a Condition
once we have them.
2016-09-26 17:59:51 +02:00
..
util controller: skip copying selector annotations from deployments 2016-08-29 17:51:05 +02:00
deployment_controller_test.go Handle overlapping deployments gracefully 2016-08-23 14:33:30 -07:00
deployment_controller.go controller: don't retry deployments with overlapping selectors 2016-09-26 17:59:51 +02:00
recreate.go controller: enhance timeout error message for Recreate deployments 2016-09-20 15:53:24 +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 Change podNamespacer API 2016-08-17 16:55:01 +02:00