Files
moby/plugin/executor/containerd
Sebastiaan van Stijn 66ab2e9e77 plugin/executor/containerd: Executor.ProcessEvent: make switch excaustive (exhaustive)
plugin/executor/containerd/containerd.go:164:2: missing cases in switch of type types.EventType: types.EventUnknown, types.EventOOM, types.EventCreate, types.EventStart, types.EventExecAdded, types.EventExecStarted, types.EventPaused, types.EventResumed (exhaustive)
        switch et {
        ^

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2025-02-09 13:22:50 +01:00
..