Merge pull request #55849 from cimomo/small-fixes
Automatic merge from submit-queue (batch tested with PRs 55868, 55393, 55152, 55849). If you want to cherry-pick this change to another branch, please follow the instructions <a href="https://github.com/kubernetes/community/blob/master/contributors/devel/cherry-picks.md">here</a>. Fix a typo in CloudControllerManager **What this PR does / why we need it**: Fix a typo in CloudControllerManager **Which issue(s) this PR fixes** *(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close the issue(s) when PR gets merged)*: Fixes # **Special notes for your reviewer**: **Release note**: ```release-note NONE ```
This commit is contained in:
		@@ -38,7 +38,7 @@ type CloudControllerManagerServer struct {
 | 
				
			|||||||
	Master     string
 | 
						Master     string
 | 
				
			||||||
	Kubeconfig string
 | 
						Kubeconfig string
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	// NodeStatusUpdateFrequency is the freuency at which the controller updates nodes' status
 | 
						// NodeStatusUpdateFrequency is the frequency at which the controller updates nodes' status
 | 
				
			||||||
	NodeStatusUpdateFrequency metav1.Duration
 | 
						NodeStatusUpdateFrequency metav1.Duration
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user