containerd/pkg/cri/server/podsandbox
Tim Hockin 6e365e9250
CRI: An empty DNSConfig != unspecified
If we find that DNSConfig is provided and empty (not nil), we should not
replace it with the host's resolv.conf.

Also adds tests.

Signed-off-by: Tim Hockin <thockin@google.com>
2024-02-01 13:37:22 -08:00
..
types Move sandbox to core/sandbox 2024-01-17 09:52:39 -08:00
container_linux.go Move oci to pkg/oci 2024-01-17 09:55:48 -08:00
controller_test.go Split streaming config from runtime config 2024-01-28 23:14:59 -08:00
controller.go Move cri base plugin to CRI runtime service 2024-01-28 20:57:18 -08:00
helpers_linux_test.go Rename sbserver to server 2023-10-12 15:46:57 -07:00
helpers_linux.go Move snapshots to core/snapshots 2024-01-17 09:54:09 -08:00
helpers_other.go Rename sbserver to server 2023-10-12 15:46:57 -07:00
helpers_selinux_linux_test.go Rename sbserver to server 2023-10-12 15:46:57 -07:00
helpers_test.go Move oci to pkg/oci 2024-01-17 09:55:48 -08:00
helpers_windows.go Rename sbserver to server 2023-10-12 15:46:57 -07:00
helpers.go Move cri base plugin to CRI runtime service 2024-01-28 20:57:18 -08:00
opts.go Move client to subpackage 2023-11-01 10:37:00 -07:00
recover.go Switch to new errdefs package 2024-01-25 22:18:45 -08:00
sandbox_delete.go Switch to new errdefs package 2024-01-25 22:18:45 -08:00
sandbox_run_linux_test.go CRI: An empty DNSConfig != unspecified 2024-02-01 13:37:22 -08:00
sandbox_run_linux.go CRI: An empty DNSConfig != unspecified 2024-02-01 13:37:22 -08:00
sandbox_run_other_test.go Rename sbserver to server 2023-10-12 15:46:57 -07:00
sandbox_run_other.go Move oci to pkg/oci 2024-01-17 09:55:48 -08:00
sandbox_run_test.go sandbox: add a sandboxService interface to criService 2023-11-15 09:25:58 +08:00
sandbox_run_windows_test.go Update go module to github.com/containerd/containerd/v2 2023-10-29 20:52:21 -07:00
sandbox_run_windows.go Move oci to pkg/oci 2024-01-17 09:55:48 -08:00
sandbox_run.go Switch to new errdefs package 2024-01-25 22:18:45 -08:00
sandbox_stats.go Switch to new errdefs package 2024-01-25 22:18:45 -08:00
sandbox_status.go Move sandbox info to cri types packages 2024-01-28 20:57:19 -08:00
sandbox_stop.go Switch to new errdefs package 2024-01-25 22:18:45 -08:00
store.go sandbox: remove sandboxStore from podsandbox 2024-01-09 00:19:17 +08:00