kubernetes/federation/pkg/federation-controller
Kubernetes Submit Queue 9d0b999e6d Merge pull request #39327 from shashidharatd/federation
Automatic merge from submit-queue (batch tested with PRs 39475, 38666, 39327, 38396, 39613)

Fix a bug in cascading deletion of federation objects

When FinalizerOrphan is present and set to true in federated object we are currently removing the FinalizerOrphan first and then removing FinalizerDeleteFromUnderlyingClusters. if a reconciliation is triggered in between the finalizer removals, it has undesired effect of object deletion in federated cluster.

So we should remove  FinalizerDeleteFromUnderlyingClusters first and then remove FinalizerOrphan, when FinalizerOrphan is set to true.

@nikhiljindal, @madhusudancs
2017-01-11 09:14:54 -08:00
..
cluster start the apimachinery repo 2017-01-11 09:09:48 -05:00
configmap start the apimachinery repo 2017-01-11 09:09:48 -05:00
daemonset start the apimachinery repo 2017-01-11 09:09:48 -05:00
deployment start the apimachinery repo 2017-01-11 09:09:48 -05:00
ingress start the apimachinery repo 2017-01-11 09:09:48 -05:00
namespace start the apimachinery repo 2017-01-11 09:09:48 -05:00
replicaset start the apimachinery repo 2017-01-11 09:09:48 -05:00
secret start the apimachinery repo 2017-01-11 09:09:48 -05:00
service start the apimachinery repo 2017-01-11 09:09:48 -05:00
util Merge pull request #39327 from shashidharatd/federation 2017-01-11 09:14:54 -08:00
BUILD Enable auto-generating sources rules 2017-01-05 14:14:13 -08:00
doc.go Use Go canonical import paths 2016-07-16 13:48:21 -04:00
OWNERS Fix a typo in my Github username [madhusudancs]. 2016-07-19 11:51:45 -07:00