mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-05 10:19:50 +00:00
Fix typos
This commit is contained in:
parent
8307fb2fb3
commit
31bbc17b2a
@ -154,7 +154,7 @@ type Controller struct {
|
|||||||
kubeClient clientset.Interface
|
kubeClient clientset.Interface
|
||||||
|
|
||||||
// This timestamp is to be used instead of LastProbeTime stored in Condition. We do this
|
// 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
|
now func() metav1.Time
|
||||||
|
|
||||||
enterPartialDisruptionFunc func(nodeNum int) float32
|
enterPartialDisruptionFunc func(nodeNum int) float32
|
||||||
|
Loading…
Reference in New Issue
Block a user