containerd/pkg/cri/server
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
..
images Switch to new errdefs package 2024-01-25 22:18:45 -08:00
podsandbox CRI: An empty DNSConfig != unspecified 2024-02-01 13:37:22 -08:00
blockio_linux.go Update go module to github.com/containerd/containerd/v2 2023-10-29 20:52:21 -07:00
blockio_stub.go Rename sbserver to server 2023-10-12 15:46:57 -07:00
cni_conf_syncer.go Rename sbserver to server 2023-10-12 15:46:57 -07:00
container_attach.go Move client to subpackage 2023-11-01 10:37:00 -07:00
container_checkpoint.go Rename sbserver to server 2023-10-12 15:46:57 -07:00
container_create_linux_test.go cri: make read-only mounts recursively read-only 2024-02-01 09:39:36 +09:00
container_create_linux.go Move oci to pkg/oci 2024-01-17 09:55:48 -08:00
container_create_other_test.go Update go module to github.com/containerd/containerd/v2 2023-10-29 20:52:21 -07:00
container_create_other.go Move oci to pkg/oci 2024-01-17 09:55:48 -08:00
container_create_test.go Move cri base plugin to CRI runtime service 2024-01-28 20:57:18 -08:00
container_create_windows_test.go Add tests cases 2023-11-01 15:32:43 -07:00
container_create_windows.go Move oci to pkg/oci 2024-01-17 09:55:48 -08:00
container_create.go cri: make read-only mounts recursively read-only 2024-02-01 09:39:36 +09:00
container_events.go Add support for multiple subscribers to CRI container events 2024-01-19 21:27:06 -08:00
container_exec.go Rename sbserver to server 2023-10-12 15:46:57 -07:00
container_execsync_test.go Move cio to pkg/cio 2024-01-17 09:54:27 -08:00
container_execsync.go Switch to new errdefs package 2024-01-25 22:18:45 -08:00
container_list_test.go Update go module to github.com/containerd/containerd/v2 2023-10-29 20:52:21 -07:00
container_list.go Update go module to github.com/containerd/containerd/v2 2023-10-29 20:52:21 -07:00
container_log_reopen.go Rename sbserver to server 2023-10-12 15:46:57 -07:00
container_remove_test.go Update go module to github.com/containerd/containerd/v2 2023-10-29 20:52:21 -07:00
container_remove.go Switch to new errdefs package 2024-01-25 22:18:45 -08:00
container_start_test.go Update go module to github.com/containerd/containerd/v2 2023-10-29 20:52:21 -07:00
container_start.go Switch to new errdefs package 2024-01-25 22:18:45 -08:00
container_stats_list_test.go Update go module to github.com/containerd/containerd/v2 2023-10-29 20:52:21 -07:00
container_stats_list.go Switch to new errdefs package 2024-01-25 22:18:45 -08:00
container_stats.go Update go module to github.com/containerd/containerd/v2 2023-10-29 20:52:21 -07:00
container_status_test.go Split image config from CRI plugin 2024-01-11 09:55:09 -08:00
container_status.go Switch to new errdefs package 2024-01-25 22:18:45 -08:00
container_stop_test.go Update go module to github.com/containerd/containerd/v2 2023-10-29 20:52:21 -07:00
container_stop.go Switch to new errdefs package 2024-01-25 22:18:45 -08:00
container_update_resources_linux_test.go Split streaming config from runtime config 2024-01-28 23:14:59 -08:00
container_update_resources_linux.go Update go module to github.com/containerd/containerd/v2 2023-10-29 20:52:21 -07:00
container_update_resources_other.go Update go module to github.com/containerd/containerd/v2 2023-10-29 20:52:21 -07:00
container_update_resources_windows.go Update go module to github.com/containerd/containerd/v2 2023-10-29 20:52:21 -07:00
container_update_resources.go Switch to new errdefs package 2024-01-25 22:18:45 -08:00
events_test.go Update go module to github.com/containerd/containerd/v2 2023-10-29 20:52:21 -07:00
events.go Switch to new errdefs package 2024-01-25 22:18:45 -08:00
fuzz.go Update go module to github.com/containerd/containerd/v2 2023-10-29 20:52:21 -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_test.go Move runtime to core/runtime 2024-01-17 09:58:04 -08:00
helpers_windows_test.go Rename sbserver to server 2023-10-12 15:46:57 -07:00
helpers_windows.go Rename sbserver to server 2023-10-12 15:46:57 -07:00
helpers.go Merge pull request #9661 from dmcgowan/update-cri-container-events-multisub 2024-01-27 15:57:30 +00:00
list_metric_descriptors.go Rename sbserver to server 2023-10-12 15:46:57 -07:00
list_pod_sandbox_metrics.go Rename sbserver to server 2023-10-12 15:46:57 -07:00
metrics.go Rename sbserver to server 2023-10-12 15:46:57 -07:00
nri_linux.go Update go module to github.com/containerd/containerd/v2 2023-10-29 20:52:21 -07:00
nri_other.go Update go module to github.com/containerd/containerd/v2 2023-10-29 20:52:21 -07:00
nri.go refactor labels used in cri server 2023-11-14 01:45:26 +05:30
rdt_stub.go Rename sbserver to server 2023-10-12 15:46:57 -07:00
rdt.go Update go module to github.com/containerd/containerd/v2 2023-10-29 20:52:21 -07:00
restart.go Switch to new errdefs package 2024-01-25 22:18:45 -08:00
runtime_config_linux_test.go Split streaming config from runtime config 2024-01-28 23:14:59 -08:00
runtime_config_linux.go Move runtime to core/runtime 2024-01-17 09:58:04 -08:00
runtime_config_other.go Rename sbserver to server 2023-10-12 15:46:57 -07:00
runtime_config.go Rename sbserver to server 2023-10-12 15:46:57 -07:00
sandbox_list_test.go Update go module to github.com/containerd/containerd/v2 2023-10-29 20:52:21 -07:00
sandbox_list.go Update go module to github.com/containerd/containerd/v2 2023-10-29 20:52:21 -07:00
sandbox_portforward_linux.go Rename sbserver to server 2023-10-12 15:46:57 -07:00
sandbox_portforward_other.go Switch to new errdefs package 2024-01-25 22:18:45 -08:00
sandbox_portforward_windows.go Update go module to github.com/containerd/containerd/v2 2023-10-29 20:52:21 -07:00
sandbox_portforward.go Update go module to github.com/containerd/containerd/v2 2023-10-29 20:52:21 -07:00
sandbox_remove.go Switch to new errdefs package 2024-01-25 22:18:45 -08:00
sandbox_run_test.go Rename sbserver to server 2023-10-12 15:46:57 -07:00
sandbox_run.go pod: CreatedAt time will be 269 years ago while creating cri network failed. 2024-01-23 10:44:49 +08:00
sandbox_service.go Move sandbox to core/sandbox 2024-01-17 09:52:39 -08:00
sandbox_stats_linux.go Switch to new errdefs package 2024-01-25 22:18:45 -08:00
sandbox_stats_list.go Switch to new errdefs package 2024-01-25 22:18:45 -08:00
sandbox_stats_other.go Switch to new errdefs package 2024-01-25 22:18:45 -08:00
sandbox_stats_windows_test.go Update go module to github.com/containerd/containerd/v2 2023-10-29 20:52:21 -07:00
sandbox_stats_windows.go Switch to new errdefs package 2024-01-25 22:18:45 -08:00
sandbox_stats.go Rename sbserver to server 2023-10-12 15:46:57 -07:00
sandbox_status_test.go Update go module to github.com/containerd/containerd/v2 2023-10-29 20:52:21 -07:00
sandbox_status.go Move sandbox info to cri types packages 2024-01-28 20:57:19 -08:00
sandbox_stop_test.go Update go module to github.com/containerd/containerd/v2 2023-10-29 20:52:21 -07:00
sandbox_stop.go Switch to new errdefs package 2024-01-25 22:18:45 -08:00
service_linux.go Update container-device-interface to v0.6.2 2024-01-23 11:36:34 +01:00
service_other.go Rename sbserver to server 2023-10-12 15:46:57 -07:00
service_test.go Move cri base plugin to CRI runtime service 2024-01-28 20:57:18 -08:00
service_windows.go Rename sbserver to server 2023-10-12 15:46:57 -07:00
service.go Split streaming config from runtime config 2024-01-28 23:14:59 -08:00
status.go Rename sbserver to server 2023-10-12 15:46:57 -07:00
streaming.go Split streaming config from runtime config 2024-01-28 23:14:59 -08:00
test_config.go Split streaming config from runtime config 2024-01-28 23:14:59 -08:00
update_runtime_config_test.go Update go module to github.com/containerd/containerd/v2 2023-10-29 20:52:21 -07:00
update_runtime_config.go Update go module to github.com/containerd/containerd/v2 2023-10-29 20:52:21 -07:00
version.go Update go module to github.com/containerd/containerd/v2 2023-10-29 20:52:21 -07:00