Fix a typo of NodeNotReady event.

This commit is contained in:
Dawn Chen
2015-11-19 15:35:14 -08:00
parent b12550273e
commit 16fe4a8ada

View File

@@ -35,7 +35,7 @@ const (
// kubelet event reason list
NodeReady = "NodeReady"
NodeNotReady = "NodeReady"
NodeNotReady = "NodeNotReady"
NodeSchedulable = "NodeSchedulable"
NodeNotSchedulable = "NodeNotSchedulable"
StartingKubelet = "Starting"