Fix typo in CloudControllerManager

pull/6/head
Kai Chen 2017-11-15 22:17:55 -08:00
parent c3ed0f2663
commit 81bf0265c9
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ type CloudControllerManagerServer struct {
Master 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
}