Commit 16fe4a8a authored by Dawn Chen's avatar Dawn Chen

Fix a typo of NodeNotReady event.

parent b1255027
...@@ -35,7 +35,7 @@ const ( ...@@ -35,7 +35,7 @@ const (
// kubelet event reason list // kubelet event reason list
NodeReady = "NodeReady" NodeReady = "NodeReady"
NodeNotReady = "NodeReady" NodeNotReady = "NodeNotReady"
NodeSchedulable = "NodeSchedulable" NodeSchedulable = "NodeSchedulable"
NodeNotSchedulable = "NodeNotSchedulable" NodeNotSchedulable = "NodeNotSchedulable"
StartingKubelet = "Starting" StartingKubelet = "Starting"
......
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