containerd/pkg/server
Justin Terry (VM) d7c3ecd0fb RunPodSandbox should block unless client context is canceled
A call to RunPodSandbox should only return timeout if the operation has timed
out because the clients context deadline was exceeded. On client cancelation
it should return gRPC Canceled otherwise it should block until the sandbox has
exited.

Signed-off-by: Justin Terry (VM) <juterry@microsoft.com>
2019-07-16 09:35:56 -07:00
..
io Fix the log ending newline handling. 2019-01-23 17:23:13 -08:00
testing Update go-cni to 891c2a41e18144b2d7921f971d6c9789a68046b2. 2019-04-10 12:07:59 -07:00
container_attach.go Rename all variables to remove "cricontainerd". 2018-03-19 21:59:32 +00:00
container_create_test.go Use container'd oci opts for spec generation 2019-03-27 16:57:04 -04:00
container_create.go Validate log paths in sandbox and container config. 2019-05-14 13:46:52 -04:00
container_exec.go Rename all variables to remove "cricontainerd". 2018-03-19 21:59:32 +00:00
container_execsync.go Make sure exec process is killed when context is canceled. 2019-05-28 12:25:03 -07:00
container_list_test.go Rename all variables to remove "cricontainerd". 2018-03-19 21:59:32 +00:00
container_list.go Rename all variables to remove "cricontainerd". 2018-03-19 21:59:32 +00:00
container_log_reopen.go Add max_container_log_size 2018-06-14 14:24:17 -07:00
container_remove_test.go Use wait instead of TaskExit. 2019-04-18 00:18:26 -07:00
container_remove.go Use wait instead of TaskExit. 2019-04-18 00:18:26 -07:00
container_start_test.go Use wait instead of TaskExit. 2019-04-18 00:18:26 -07:00
container_start.go Use wait instead of TaskExit. 2019-04-18 00:18:26 -07:00
container_stats_list_test.go Fix workingset memory calculation. 2018-05-11 15:17:16 -07:00
container_stats_list.go Fix workingset memory calculation. 2018-05-11 15:17:16 -07:00
container_stats.go Rename all variables to remove "cricontainerd". 2018-03-19 21:59:32 +00:00
container_status_test.go Create image reference cache. 2018-09-10 11:30:52 -07:00
container_status.go Support unknown state for sandbox and container 2019-02-05 11:56:24 -08:00
container_stop_test.go Rename all variables to remove "cricontainerd". 2018-03-19 21:59:32 +00:00
container_stop.go Move from unix to syscall package for SIG* signals 2019-05-10 11:50:45 -07:00
container_update_resources_test.go Update imports 2018-02-08 02:45:44 +00:00
container_update_resources.go Use container'd oci opts for spec generation 2019-03-27 16:57:04 -04:00
events_test.go Use wait instead of TaskExit. 2019-04-18 00:18:26 -07:00
events.go Use wait instead of TaskExit. 2019-04-18 00:18:26 -07:00
helpers_selinux_test.go update selinux to b6fa367 2018-08-14 08:33:43 +08:00
helpers_test.go Add DefaultRuntimeName option. 2019-04-18 11:18:25 -07:00
helpers.go Forward sandbox config to PullImage request 2019-05-10 11:35:09 -07:00
image_list_test.go Create image reference cache. 2018-09-10 11:30:52 -07:00
image_list.go Create image reference cache. 2018-09-10 11:30:52 -07:00
image_pull_test.go Add registry auth config, and use docker resolver in containerd. 2018-07-09 19:08:48 -07:00
image_pull.go Fix http client when TLS is enabled. 2019-06-12 11:09:53 -07:00
image_remove.go Create image reference cache. 2018-09-10 11:30:52 -07:00
image_status_test.go Create image reference cache. 2018-09-10 11:30:52 -07:00
image_status.go Create image reference cache. 2018-09-10 11:30:52 -07:00
imagefs_info_test.go Rename all variables to remove "cricontainerd". 2018-03-19 21:59:32 +00:00
imagefs_info.go Rename all variables to remove "cricontainerd". 2018-03-19 21:59:32 +00:00
instrumented_service.go Return gRPC errors from instrumetedService 2019-06-19 10:11:18 -07:00
restart.go Use wait instead of TaskExit. 2019-04-18 00:18:26 -07:00
sandbox_list_test.go Add RuntimeHandler into PodSandbox and PodSandboxStatus 2019-02-27 16:49:35 -08:00
sandbox_list.go Add RuntimeHandler into PodSandbox and PodSandboxStatus 2019-02-27 16:49:35 -08:00
sandbox_portforward.go Manage mount lifecycle and remove cached state 2018-10-24 11:00:25 -07:00
sandbox_remove.go Support unknown state for sandbox and container 2019-02-05 11:56:24 -08:00
sandbox_run_test.go Add DefaultRuntimeName option. 2019-04-18 11:18:25 -07:00
sandbox_run.go Minor typo in toCNIBandWidth 2019-05-30 11:51:10 -07:00
sandbox_status_test.go Add RuntimeHandler into PodSandbox and PodSandboxStatus 2019-02-27 16:49:35 -08:00
sandbox_status.go Add RuntimeHandler into PodSandbox and PodSandboxStatus 2019-02-27 16:49:35 -08:00
sandbox_stop_test.go RunPodSandbox should block unless client context is canceled 2019-07-16 09:35:56 -07:00
sandbox_stop.go RunPodSandbox should block unless client context is canceled 2019-07-16 09:35:56 -07:00
service_test.go Create image reference cache. 2018-09-10 11:30:52 -07:00
service.go Remove load image support 2019-06-12 11:14:11 -07:00
snapshots.go Use github.com/pkg/errors 2018-03-17 02:24:38 +00:00
status.go adds cni config data to the cri status/info 2019-06-05 16:39:45 -05:00
streaming_test.go streaming: tls conf validation to func with tests 2018-08-30 15:10:48 +02:00
streaming.go Support stream idle timeout. 2019-02-28 01:30:01 -08:00
update_runtime_config_test.go Address comments. 2018-04-09 18:15:09 +00:00
update_runtime_config.go Change to keep in sync with latest cni config 2018-06-21 20:43:38 +00:00
version.go Rename all variables to remove "cricontainerd". 2018-03-19 21:59:32 +00:00