We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 50ea316 commit bce5576Copy full SHA for bce5576
1 file changed
internal/controller/controller.go
@@ -25,7 +25,9 @@ import (
25
)
26
27
const (
28
+ // EventCreated indicates that a pod has been created.
29
EventCreated = "CREATED"
30
+ // EventDeleted indicates that a pod has been deleted.
31
EventDeleted = "DELETED"
32
33
0 commit comments