containerd/internal/cri/server
Abel Feng 15887d7efc sandbox: add update api for controller
Signed-off-by: Abel Feng <fshb1988@gmail.com>
2024-06-14 02:31:51 +00:00
..
events Make api a Go sub-module 2024-05-02 11:03:00 -07:00
images Merge pull request #10275 from dmcgowan/imgcrypt-revendor 2024-05-29 16:54:47 +00:00
podsandbox sandbox: add update api for controller 2024-06-14 02:31:51 +00:00
blockio_linux.go Move CRI from pkg/ to internal/ 2024-02-02 10:12:08 -08:00
blockio_stub.go Move CRI from pkg/ to internal/ 2024-02-02 10:12:08 -08:00
cni_conf_syncer.go Move CRI from pkg/ to internal/ 2024-02-02 10:12:08 -08:00
container_attach.go Move CRI from pkg/ to internal/ 2024-02-02 10:12:08 -08:00
container_checkpoint_linux.go Merge pull request #9960 from adrianreber/2024-03-12-criu-not-found 2024-05-06 19:41:38 +00:00
container_checkpoint.go Wire through CRI ContainerCheckpoint RPC 2024-03-07 17:34:07 +00:00
container_create_linux_test.go KEP-3619: Fine grained SupplementalGroups control 2024-06-12 09:10:40 +09:00
container_create_linux.go KEP-3619: Fine grained SupplementalGroups control 2024-06-12 09:10:40 +09:00
container_create_other_test.go Move CRI from pkg/ to internal/ 2024-02-02 10:12:08 -08:00
container_create_other.go Move CRI from pkg/ to internal/ 2024-02-02 10:12:08 -08:00
container_create_test.go remove uses of platforms.Platform alias 2024-05-28 14:56:30 +02:00
container_create_windows_test.go KEP-3857: Recursive Read-only (RRO) mounts 2024-02-19 00:42:50 +09:00
container_create_windows.go Move CRI from pkg/ to internal/ 2024-02-02 10:12:08 -08:00
container_create.go remove uses of platforms.Platform alias 2024-05-28 14:56:30 +02:00
container_events.go Move CRI from pkg/ to internal/ 2024-02-02 10:12:08 -08:00
container_exec.go Move CRI from pkg/ to internal/ 2024-02-02 10:12:08 -08:00
container_execsync_test.go Move CRI from pkg/ to internal/ 2024-02-02 10:12:08 -08:00
container_execsync.go cri: support io by streaming api 2024-05-07 20:26:40 +08:00
container_list_test.go Move CRI from pkg/ to internal/ 2024-02-02 10:12:08 -08:00
container_list.go Move CRI from pkg/ to internal/ 2024-02-02 10:12:08 -08:00
container_log_reopen.go Move CRI from pkg/ to internal/ 2024-02-02 10:12:08 -08:00
container_remove_test.go Move CRI from pkg/ to internal/ 2024-02-02 10:12:08 -08:00
container_remove.go Move CRI from pkg/ to internal/ 2024-02-02 10:12:08 -08:00
container_start_test.go Move CRI from pkg/ to internal/ 2024-02-02 10:12:08 -08:00
container_start.go sandbox: merge address and protocol to one url 2024-04-30 15:28:00 +08:00
container_stats_list_test.go Make api a Go sub-module 2024-05-02 11:03:00 -07:00
container_stats_list.go Make api a Go sub-module 2024-05-02 11:03:00 -07:00
container_stats.go Make api a Go sub-module 2024-05-02 11:03:00 -07:00
container_status_linux_test.go KEP-3619: Fine grained SupplementalGroups control 2024-06-12 09:10:40 +09:00
container_status_linux.go KEP-3619: Fine grained SupplementalGroups control 2024-06-12 09:10:40 +09:00
container_status_other.go KEP-3619: Fine grained SupplementalGroups control 2024-06-12 09:10:40 +09:00
container_status_test.go KEP-3619: Fine grained SupplementalGroups control 2024-06-12 09:10:40 +09:00
container_status_windows.go KEP-3619: Fine grained SupplementalGroups control 2024-06-12 09:10:40 +09:00
container_status.go KEP-3619: Fine grained SupplementalGroups control 2024-06-12 09:10:40 +09:00
container_stop_test.go Move CRI from pkg/ to internal/ 2024-02-02 10:12:08 -08:00
container_stop.go Make api a Go sub-module 2024-05-02 11:03:00 -07:00
container_update_resources_linux_test.go Move CRI from pkg/ to internal/ 2024-02-02 10:12:08 -08:00
container_update_resources_linux.go Move CRI from pkg/ to internal/ 2024-02-02 10:12:08 -08:00
container_update_resources_other.go Move CRI from pkg/ to internal/ 2024-02-02 10:12:08 -08:00
container_update_resources_windows.go Move CRI from pkg/ to internal/ 2024-02-02 10:12:08 -08:00
container_update_resources.go Move CRI from pkg/ to internal/ 2024-02-02 10:12:08 -08:00
events.go Merge pull request #10201 from abel-von/retry-remote-sandbox-wait 2024-05-29 00:00:29 +00:00
fuzz.go Move CRI from pkg/ to internal/ 2024-02-02 10:12:08 -08:00
helpers_linux.go pkg/seutil: move to internal/cri 2024-03-20 11:11:24 +01:00
helpers_other.go Move CRI from pkg/ to internal/ 2024-02-02 10:12:08 -08:00
helpers_test.go Make api a Go sub-module 2024-05-02 11:03:00 -07:00
helpers_windows_test.go Move CRI from pkg/ to internal/ 2024-02-02 10:12:08 -08:00
helpers_windows.go Move CRI from pkg/ to internal/ 2024-02-02 10:12:08 -08:00
helpers.go Move CRI from pkg/ to internal/ 2024-02-02 10:12:08 -08:00
list_metric_descriptors.go Move CRI from pkg/ to internal/ 2024-02-02 10:12:08 -08:00
list_pod_sandbox_metrics.go Move CRI from pkg/ to internal/ 2024-02-02 10:12:08 -08:00
metrics.go Wire through CRI ContainerCheckpoint RPC 2024-03-07 17:34:07 +00:00
nri_linux.go Move CRI from pkg/ to internal/ 2024-02-02 10:12:08 -08:00
nri_other.go Move CRI from pkg/ to internal/ 2024-02-02 10:12:08 -08:00
nri.go Move CRI from pkg/ to internal/ 2024-02-02 10:12:08 -08:00
rdt_stub.go Move CRI from pkg/ to internal/ 2024-02-02 10:12:08 -08:00
rdt.go Move CRI from pkg/ to internal/ 2024-02-02 10:12:08 -08:00
restart.go cri: restart created container with correct io type 2024-05-13 17:42:58 +08:00
runtime_config_linux_test.go pkg/systemd: move to internal/cri 2024-03-20 11:05:25 +01:00
runtime_config_linux.go Make api a Go sub-module 2024-05-02 11:03:00 -07:00
runtime_config_other.go Move CRI from pkg/ to internal/ 2024-02-02 10:12:08 -08:00
runtime_config.go Move CRI from pkg/ to internal/ 2024-02-02 10:12:08 -08:00
sandbox_list_test.go Move CRI from pkg/ to internal/ 2024-02-02 10:12:08 -08:00
sandbox_list.go Move CRI from pkg/ to internal/ 2024-02-02 10:12:08 -08:00
sandbox_portforward_linux.go Move CRI from pkg/ to internal/ 2024-02-02 10:12:08 -08:00
sandbox_portforward_other.go Move CRI from pkg/ to internal/ 2024-02-02 10:12:08 -08:00
sandbox_portforward_windows.go Account for ipv4 vs ipv6 localhost 2024-04-19 11:30:49 -07:00
sandbox_portforward.go Move CRI from pkg/ to internal/ 2024-02-02 10:12:08 -08:00
sandbox_remove.go sandbox: add methods to sandboxService 2024-02-26 10:10:11 +08:00
sandbox_run_linux.go Provide ability to set lo up without CNI 2024-05-17 14:34:55 -06:00
sandbox_run_other.go Provide ability to set lo up without CNI 2024-05-17 14:34:55 -06:00
sandbox_run_test.go Move CRI from pkg/ to internal/ 2024-02-02 10:12:08 -08:00
sandbox_run_windows.go Provide ability to set lo up without CNI 2024-05-17 14:34:55 -06:00
sandbox_run.go Provide ability to set lo up without CNI 2024-05-17 14:34:55 -06:00
sandbox_service.go remove uses of platforms.Platform alias 2024-05-28 14:56:30 +02:00
sandbox_stats_linux.go Move CRI from pkg/ to internal/ 2024-02-02 10:12:08 -08:00
sandbox_stats_list.go Add IsNotFound case to ListPodSandboxStats 2024-03-30 21:20:22 -07:00
sandbox_stats_other.go Move CRI from pkg/ to internal/ 2024-02-02 10:12:08 -08:00
sandbox_stats_windows_test.go Move protobuf package under pkg 2024-05-02 10:52:03 -07:00
sandbox_stats_windows.go Make api a Go sub-module 2024-05-02 11:03:00 -07:00
sandbox_stats.go Move CRI from pkg/ to internal/ 2024-02-02 10:12:08 -08:00
sandbox_status_test.go cri/server: Add userns tests in PodSandboxStatus 2024-02-07 17:06:01 +01:00
sandbox_status.go sandbox: add methods to sandboxService 2024-02-26 10:10:11 +08:00
sandbox_stop_test.go Move CRI from pkg/ to internal/ 2024-02-02 10:12:08 -08:00
sandbox_stop.go sandbox: add methods to sandboxService 2024-02-26 10:10:11 +08:00
service_linux.go Provide ability to set lo up without CNI 2024-05-17 14:34:55 -06:00
service_other.go Move CRI from pkg/ to internal/ 2024-02-02 10:12:08 -08:00
service_test.go sandbox: add update api for controller 2024-06-14 02:31:51 +00:00
service_windows.go Move CRI from pkg/ to internal/ 2024-02-02 10:12:08 -08:00
service.go remove uses of platforms.Platform alias 2024-05-28 14:56:30 +02:00
status_test.go Make api a Go sub-module 2024-05-02 11:03:00 -07:00
status.go Make api a Go sub-module 2024-05-02 11:03:00 -07:00
streaming.go Move CRI from pkg/ to internal/ 2024-02-02 10:12:08 -08:00
test_config.go Move CRI from pkg/ to internal/ 2024-02-02 10:12:08 -08:00
update_runtime_config_test.go Move CRI from pkg/ to internal/ 2024-02-02 10:12:08 -08:00
update_runtime_config.go Move CRI from pkg/ to internal/ 2024-02-02 10:12:08 -08:00
version.go Move CRI from pkg/ to internal/ 2024-02-02 10:12:08 -08:00