mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-27 13:37:30 +00:00
fix typo in taint_controller
This commit is contained in:
parent
f006dcc9e1
commit
6082b87ca3
@ -61,7 +61,7 @@ type podUpdateItem struct {
|
|||||||
newTolerations []v1.Toleration
|
newTolerations []v1.Toleration
|
||||||
}
|
}
|
||||||
|
|
||||||
// NoExecuteTaintManager listens to Taint/Toleration changes and is resposible for removing Pods
|
// NoExecuteTaintManager listens to Taint/Toleration changes and is responsible for removing Pods
|
||||||
// from Nodes tainted with NoExecute Taints.
|
// from Nodes tainted with NoExecute Taints.
|
||||||
type NoExecuteTaintManager struct {
|
type NoExecuteTaintManager struct {
|
||||||
client clientset.Interface
|
client clientset.Interface
|
||||||
|
Loading…
Reference in New Issue
Block a user