Merge pull request #17541 from dchen1107/event

Auto commit by PR queue bot
pull/6/head
k8s-merge-robot 2015-11-19 23:42:15 -08:00
commit 53f0f9d598
1 changed files with 1 additions and 1 deletions

View File

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