kubernetes/pkg/controller/deployment
Clayton Coleman bd9260711f
deployment: Ignore namespace termination errors when creating replicasets
Instead of reporting an event or displaying an error, simply exit
when the namespace is being terminated. This reduces the amount of
controller churn on namespace shutdown. Unlike other controllers, we
drop the replica set create error very late (in the queue handleErr)
in order to avoid changing the structure of the controller
substantially.
2019-10-20 18:39:01 -04:00
..
config auto-generated file 2019-03-02 12:55:26 +08:00
util Impose length limit when concatenating revision history 2019-05-08 10:14:18 -07:00
BUILD move util/metrics to component-base 2019-10-08 14:42:31 +02:00
deployment_controller_test.go update spelling mistakes 2019-09-05 17:59:36 +08:00
deployment_controller.go deployment: Ignore namespace termination errors when creating replicasets 2019-10-20 18:39:01 -04:00
OWNERS Updates OWNERS files and OWNERS_ALIASES for SIG Apps to make reviewers 2019-04-16 11:35:21 -07:00
progress_test.go fix more metrics rergister errors 2019-02-22 10:20:09 +08:00
progress.go Move from glog to klog 2018-11-10 07:50:31 -05:00
recreate_test.go Deployment Controller - don't copy pods in getPodMapForDeployment 2019-07-10 09:14:15 +02:00
recreate.go Deployment Controller - don't copy pods in getPodMapForDeployment 2019-07-10 09:14:15 +02:00
rollback.go Move from glog to klog 2018-11-10 07:50:31 -05:00
rolling_test.go Use apps/v1 in Deployment controller. 2018-05-22 13:42:10 -07:00
rolling.go replace client-go/util/integer with k8s.io/utils/integer 2019-01-24 15:34:21 -05:00
sync_test.go Default extensions/v1beta1 Deployment's RevisionHistoryLimit to MaxInt32 2018-08-14 09:20:45 +08:00
sync.go deployment: Ignore namespace termination errors when creating replicasets 2019-10-20 18:39:01 -04:00