Skip to content

Commit

Permalink
Federated namespace controller - stop reconcilation if not in sync
Browse files Browse the repository at this point in the history
  • Loading branch information
mwielgus committed Aug 18, 2016
1 parent 214c916 commit 420bab4
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -221,6 +221,7 @@ func (nc *NamespaceController) reconcileNamespacesOnClusterChange() {
func (nc *NamespaceController) reconcileNamespace(namespace string) {
if !nc.isSynced() {
nc.deliverNamespace(namespace, nc.clusterAvailableDelay, false)
return
}

baseNamespaceObj, exist, err := nc.namespaceInformerStore.GetByKey(namespace)
Expand Down

0 comments on commit 420bab4

Please sign in to comment.