We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7fecff5 commit e4ef951Copy full SHA for e4ef951
libpod/events/config.go
@@ -133,7 +133,11 @@ const (
133
Machine Type = "machine"
134
// Secret - event is related to secrets
135
Secret Type = "secret"
136
+ // Artifact - event is related to artifacts
137
+ Artifact Type = "artifact"
138
139
+ // Add ...
140
+ Add Status = "add"
141
// Attach ...
142
Attach Status = "attach"
143
// AutoUpdate ...
@@ -156,6 +160,8 @@ const (
156
160
ExecDied Status = "exec_died"
157
161
// Exited indicates that a container's process died
158
162
Exited Status = "died"
163
+ // Extract ...
164
+ Extract Status = "extract"
159
165
// Export ...
166
Export Status = "export"
167
// HealthStatus ...
0 commit comments