Commit e56b1ec1 authored by Kubernetes Submit Queue's avatar Kubernetes Submit Queue Committed by GitHub

Merge pull request #38173 from yarntime/fix_typo_in_ingress

Automatic merge from submit-queue fix typo in ingress fix typo.
parents 470222e0 16c582ed
......@@ -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) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment