Fix typos

This commit is contained in:
mikeweiwei 2018-11-12 09:43:53 +08:00
parent 8307fb2fb3
commit 31bbc17b2a

View File

@ -154,7 +154,7 @@ type Controller struct {
kubeClient clientset.Interface
// This timestamp is to be used instead of LastProbeTime stored in Condition. We do this
// to aviod the problem with time skew across the cluster.
// to avoid the problem with time skew across the cluster.
now func() metav1.Time
enterPartialDisruptionFunc func(nodeNum int) float32