mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-03 17:30:00 +00:00
Merge pull request #17541 from dchen1107/event
Auto commit by PR queue bot
This commit is contained in:
commit
53f0f9d598
@ -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"
|
||||||
|
Loading…
Reference in New Issue
Block a user