From 16c582ed3720a333395afc29a906adb64d1520ef Mon Sep 17 00:00:00 2001 From: "yarntime@163.com" Date: Tue, 6 Dec 2016 17:18:25 +0800 Subject: [PATCH] fix typo --- .../pkg/federation-controller/ingress/ingress_controller.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/federation/pkg/federation-controller/ingress/ingress_controller.go b/federation/pkg/federation-controller/ingress/ingress_controller.go index 03e143f3e3c..d2bbcb2b773 100644 --- a/federation/pkg/federation-controller/ingress/ingress_controller.go +++ b/federation/pkg/federation-controller/ingress/ingress_controller.go @@ -483,7 +483,7 @@ func (ic *IngressController) reconcileIngressesOnClusterChange(clusterName strin /* reconcileConfigMapForCluster ensures that the configmap for the ingress controller in the cluster has objectmeta.data.UID - consistent with all the other clusters in the federation. If clusterName == allClustersKey, then all avaliable clusters + consistent with all the other clusters in the federation. If clusterName == allClustersKey, then all available clusters configmaps are reconciled. */ func (ic *IngressController) reconcileConfigMapForCluster(clusterName string) {