Add node event for container/image GC failure

This commit is contained in:
Paul Morie
2016-09-27 10:59:25 -04:00
parent 45723e0778
commit e3eca8c63c
2 changed files with 4 additions and 0 deletions

View File

@@ -55,6 +55,8 @@ const (
HostNetworkNotSupported = "HostNetworkNotSupported"
UndefinedShaper = "NilShaper"
NodeRebooted = "Rebooted"
ContainerGCFailed = "ContainerGCFailed"
ImageGCFailed = "ImageGCFailed"
// Image manager event reason list
InvalidDiskCapacity = "InvalidDiskCapacity"