Skip to content

Commit e4ef951

Browse files
committed
Fixed #27260 Add new type and status in libpod/events/config.go
Signed-off-by: ByoungUk Lee <[email protected]>
1 parent 7fecff5 commit e4ef951

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

libpod/events/config.go

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,11 @@ const (
133133
Machine Type = "machine"
134134
// Secret - event is related to secrets
135135
Secret Type = "secret"
136+
// Artifact - event is related to artifacts
137+
Artifact Type = "artifact"
136138

139+
// Add ...
140+
Add Status = "add"
137141
// Attach ...
138142
Attach Status = "attach"
139143
// AutoUpdate ...
@@ -156,6 +160,8 @@ const (
156160
ExecDied Status = "exec_died"
157161
// Exited indicates that a container's process died
158162
Exited Status = "died"
163+
// Extract ...
164+
Extract Status = "extract"
159165
// Export ...
160166
Export Status = "export"
161167
// HealthStatus ...

0 commit comments

Comments
 (0)