mirror of
				https://github.com/optim-enterprises-bv/kubernetes.git
				synced 2025-11-04 04:08:16 +00:00 
			
		
		
		
	Merge pull request #38173 from yarntime/fix_typo_in_ingress
Automatic merge from submit-queue fix typo in ingress fix typo.
This commit is contained in:
		@@ -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
 | 
					  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.
 | 
					  configmaps are reconciled.
 | 
				
			||||||
*/
 | 
					*/
 | 
				
			||||||
func (ic *IngressController) reconcileConfigMapForCluster(clusterName string) {
 | 
					func (ic *IngressController) reconcileConfigMapForCluster(clusterName string) {
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user