Merge pull request #38173 from yarntime/fix_typo_in_ingress

Automatic merge from submit-queue

fix typo in ingress

fix typo.
pull/6/head
Kubernetes Submit Queue 2016-12-06 21:11:05 -08:00 committed by GitHub
commit e56b1ec1cd
1 changed files with 1 additions and 1 deletions

View File

@ -489,7 +489,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) {