moby/container
Sebastiaan van Stijn 0f871f8cb7
api/types/events: define "Action" type and consts
Define consts for the Actions we use for events, instead of "ad-hoc" strings.
Having these consts makes it easier to find where specific events are triggered,
makes the events less error-prone, and allows documenting each Action (if needed).

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2023-08-29 00:38:08 +02:00
..
stream Switch all logging to use containerd log pkg 2023-06-24 00:23:44 +00:00
archive_windows.go pkg/system: move CheckSystemDriveAndRemoveDriveLetter to pkg/archive 2022-11-29 17:07:48 +01:00
container.go api/types/events: define "Action" type and consts 2023-08-29 00:38:08 +02:00
container_unit_test.go container: StopSignal(): return syscall.Signal 2022-05-05 00:53:53 +02:00
container_unix.go api/types/events: define "Action" type and consts 2023-08-29 00:38:08 +02:00
container_windows.go api/types/events: define "Action" type and consts 2023-08-29 00:38:08 +02:00
env.go Use strings.Index instead of strings.Split 2020-04-24 11:10:13 -07:00
env_test.go Use strings.Index instead of strings.Split 2020-04-24 11:10:13 -07:00
exec.go Switch all logging to use containerd log pkg 2023-06-24 00:23:44 +00:00
health.go Switch all logging to use containerd log pkg 2023-06-24 00:23:44 +00:00
history.go Add canonical import comment 2018-02-05 16:51:57 -05:00
memory_store.go Add canonical import comment 2018-02-05 16:51:57 -05:00
memory_store_test.go Add canonical import comment 2018-02-05 16:51:57 -05:00
monitor.go Switch all logging to use containerd log pkg 2023-06-24 00:23:44 +00:00
mounts_unix.go Support recursively read-only (RRO) mounts 2023-05-26 01:58:24 +09:00
mounts_windows.go Add canonical import comment 2018-02-05 16:51:57 -05:00
state.go Refactor libcontainerd to minimize c8d RPCs 2022-08-24 14:59:08 -04:00
state_test.go Refactor libcontainerd to minimize c8d RPCs 2022-08-24 14:59:08 -04:00
store.go Add canonical import comment 2018-02-05 16:51:57 -05:00
view.go Switch all logging to use containerd log pkg 2023-06-24 00:23:44 +00:00
view_test.go container: format code with gofumpt 2023-08-24 17:57:34 +02:00