Merge pull request #70934 from mikeweiwei/my_fix3

Fix typos
This commit is contained in:
Kubernetes Prow Robot
2019-02-20 12:53:52 -08:00
committed by GitHub

View File

@@ -146,7 +146,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