Commit 6082b87c authored by ailusazh's avatar ailusazh

fix typo in taint_controller

parent f006dcc9
...@@ -61,7 +61,7 @@ type podUpdateItem struct { ...@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment