containerd/cmd/ctr/commands
Akihiro Suda 468bee9a79
ctr: print deprecation warnings on every invocation
Print deprecation warnings on any ctr command, as users won't notice the
deprecations until we actually remove the deprecated features.

The warnings can be suppressed by setting
`CONTAINERD_SUPPRESS_DEPRECATION_WARNINGS=1`.

Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp>
2024-02-13 02:51:02 +09:00
..
containers Switch to new errdefs package 2024-01-25 22:18:45 -08:00
content Switch to new errdefs package 2024-01-25 22:18:45 -08:00
deprecations ctr: print deprecation warnings on every invocation 2024-02-13 02:51:02 +09:00
events Move events to pkg/events 2024-01-17 09:54:36 -08:00
images Move transfer and unpack packages 2024-02-07 22:40:15 -08:00
info Update go module to github.com/containerd/containerd/v2 2023-10-29 20:52:21 -07:00
install Move client to subpackage 2023-11-01 10:37:00 -07:00
leases Move leases to core/leases 2024-01-17 09:51:45 -08:00
namespaces Switch to new errdefs package 2024-01-25 22:18:45 -08:00
oci Remove deprecated platforms package 2024-01-23 09:14:03 -08:00
plugins api/services/instrospection: add PluginInfo 2024-01-25 10:00:30 +09:00
pprof Update go module to github.com/containerd/containerd/v2 2023-10-29 20:52:21 -07:00
run Clean up repeated package import 2024-02-06 11:06:33 +08:00
sandboxes Move oci to pkg/oci 2024-01-17 09:55:48 -08:00
shim Move runtime to core/runtime 2024-01-17 09:58:04 -08:00
snapshots Move rootfs to pkg/rootfs 2024-01-17 09:56:07 -08:00
tasks Switch to new errdefs package 2024-01-25 22:18:45 -08:00
version Update go module to github.com/containerd/containerd/v2 2023-10-29 20:52:21 -07:00
client.go ctr: print deprecation warnings on every invocation 2024-02-13 02:51:02 +09:00
cni.go Move namespaces to pkg/namespaces 2024-01-17 09:55:39 -08:00
commands_unix.go api/services/instrospection: add PluginInfo 2024-01-25 10:00:30 +09:00
commands_windows.go api/services/instrospection: add PluginInfo 2024-01-25 10:00:30 +09:00
commands.go api/services/instrospection: add PluginInfo 2024-01-25 10:00:30 +09:00
resolver.go Move transfer and unpack packages 2024-02-07 22:40:15 -08:00
signals_linux.go Ignore SIGURG signals in signal forwarder 2020-09-04 16:19:31 -07:00
signals_notlinux.go Cleanup build constraints 2022-12-08 09:36:20 -08:00
signals.go Switch to new errdefs package 2024-01-25 22:18:45 -08:00