containerd/pkg/cri/server
Kazuyoshi Kato 88c0c7201e Consolidate gogo/protobuf dependencies under our own protobuf package
This would make gogo/protobuf migration easier.

Signed-off-by: Kazuyoshi Kato <katokazu@amazon.com>
2022-04-19 15:53:36 +00:00
..
bandwidth Run go fmt with Go 1.17 2021-08-22 09:31:50 +09:00
testing Update go-cni to v1.1.2 2022-02-10 12:40:51 -08:00
cni_conf_syncer.go feat: replace github.com/pkg/errors to errors 2022-01-07 10:27:03 +08:00
container_attach.go Replace golang.org/x/net/context with std library 2022-02-22 02:27:05 +08:00
container_create_linux_test.go move CDI calls to the linux-only code 2022-04-06 13:10:59 +03:00
container_create_linux.go move CDI calls to the linux-only code 2022-04-06 13:10:59 +03:00
container_create_other_test.go Run go fmt with Go 1.17 2021-08-22 09:31:50 +09:00
container_create_other.go Run go fmt with Go 1.17 2021-08-22 09:31:50 +09:00
container_create_test.go move up to CRI v1 and support v1alpha in parallel 2021-06-28 09:34:12 -05:00
container_create_windows_test.go Added windows hostProcess cni skip 2021-08-11 22:23:49 +01:00
container_create_windows.go Plumb CRI Devices through to OCI WindowsDevices 2022-03-12 08:16:43 +11:00
container_create.go move CDI calls to the linux-only code 2022-04-06 13:10:59 +03:00
container_exec.go Replace golang.org/x/net/context with std library 2022-02-22 02:27:05 +08:00
container_execsync.go Replace golang.org/x/net/context with std library 2022-02-22 02:27:05 +08:00
container_list_test.go Replace golang.org/x/net/context with std library 2022-02-22 02:27:05 +08:00
container_list.go Replace golang.org/x/net/context with std library 2022-02-22 02:27:05 +08:00
container_log_reopen.go Replace golang.org/x/net/context with std library 2022-02-22 02:27:05 +08:00
container_remove_test.go Move cri server packages under pkg/cri 2020-10-07 13:09:37 -07:00
container_remove.go Replace golang.org/x/net/context with std library 2022-02-22 02:27:05 +08:00
container_start_test.go Move cri server packages under pkg/cri 2020-10-07 13:09:37 -07:00
container_start.go Replace golang.org/x/net/context with std library 2022-02-22 02:27:05 +08:00
container_stats_list_linux_test.go Implement CRI container and pods stats 2021-11-03 17:52:05 -07:00
container_stats_list_linux.go Remove gogoproto.stdtime 2022-04-19 13:39:30 +00:00
container_stats_list_other.go feat: replace github.com/pkg/errors to errors 2022-01-07 10:27:03 +08:00
container_stats_list_windows.go feat: replace github.com/pkg/errors to errors 2022-01-07 10:27:03 +08:00
container_stats_list.go Add nolint:staticcheck to platform-specific calls 2022-03-17 18:24:00 -04:00
container_stats.go Add nolint:staticcheck to platform-specific calls 2022-03-17 18:24:00 -04:00
container_status_test.go Replace golang.org/x/net/context with std library 2022-02-22 02:27:05 +08:00
container_status.go Replace golang.org/x/net/context with std library 2022-02-22 02:27:05 +08:00
container_stop_test.go Replace golang.org/x/net/context with std library 2022-02-22 02:27:05 +08:00
container_stop.go Remove gogoproto.stdtime 2022-04-19 13:39:30 +00:00
container_update_resources_linux_test.go cri: relax test for system without hugetlb 2022-02-28 01:38:58 +08:00
container_update_resources_linux.go Replace golang.org/x/net/context with std library 2022-02-22 02:27:05 +08:00
container_update_resources_other.go Replace golang.org/x/net/context with std library 2022-02-22 02:27:05 +08:00
container_update_resources_windows.go Replace golang.org/x/net/context with std library 2022-02-22 02:27:05 +08:00
container_update_resources.go Replace golang.org/x/net/context with std library 2022-02-22 02:27:05 +08:00
events_test.go cleanup: import from k8s.io/utils/clock/testing instead 2021-09-30 23:34:56 +08:00
events.go Remove gogoproto.stdtime 2022-04-19 13:39:30 +00:00
helpers_linux_test.go test: use T.TempDir to create temporary test directory 2022-03-15 14:03:50 +08:00
helpers_linux.go feat: replace github.com/pkg/errors to errors 2022-01-07 10:27:03 +08:00
helpers_other.go Run go fmt with Go 1.17 2021-08-22 09:31:50 +09:00
helpers_selinux_linux_test.go move up to CRI v1 and support v1alpha in parallel 2021-06-28 09:34:12 -05:00
helpers_test.go Consolidate gogo/protobuf dependencies under our own protobuf package 2022-04-19 15:53:36 +00:00
helpers_windows.go Remove redundant build tags 2021-08-05 22:27:46 -07:00
helpers.go Use typeurl.Any instead of github.com/gogo/protobuf/types.Any 2022-03-24 20:50:07 +00:00
image_list_test.go Replace golang.org/x/net/context with std library 2022-02-22 02:27:05 +08:00
image_list.go Replace golang.org/x/net/context with std library 2022-02-22 02:27:05 +08:00
image_pull_test.go move up to CRI v1 and support v1alpha in parallel 2021-06-28 09:34:12 -05:00
image_pull.go CRI: improve image pulling performance 2022-04-06 07:14:18 +08:00
image_remove.go Replace golang.org/x/net/context with std library 2022-02-22 02:27:05 +08:00
image_status_test.go Replace golang.org/x/net/context with std library 2022-02-22 02:27:05 +08:00
image_status.go Replace golang.org/x/net/context with std library 2022-02-22 02:27:05 +08:00
imagefs_info_test.go Replace golang.org/x/net/context with std library 2022-02-22 02:27:05 +08:00
imagefs_info.go Replace golang.org/x/net/context with std library 2022-02-22 02:27:05 +08:00
instrumented_service.go Replace golang.org/x/net/context with std library 2022-02-22 02:27:05 +08:00
metrics.go [cri] add sandbox and container latency metrics 2021-11-09 21:07:38 +00:00
opts.go Move cri server packages under pkg/cri 2020-10-07 13:09:37 -07:00
rdt_linux.go cri: fix handling of ignore_rdt_not_enabled_errors config option 2022-02-04 13:54:03 +02:00
rdt_stub_linux.go Fix rdt build tags for go 1.16 2022-01-19 11:09:29 -08:00
restart.go cri: load sandboxes/containers/images in parallel 2022-04-09 13:01:14 +00:00
sandbox_list_test.go move up to CRI v1 and support v1alpha in parallel 2021-06-28 09:34:12 -05:00
sandbox_list.go Replace golang.org/x/net/context with std library 2022-02-22 02:27:05 +08:00
sandbox_portforward_linux.go Replace golang.org/x/net/context with std library 2022-02-22 02:27:05 +08:00
sandbox_portforward_other.go Replace golang.org/x/net/context with std library 2022-02-22 02:27:05 +08:00
sandbox_portforward_windows.go Replace golang.org/x/net/context with std library 2022-02-22 02:27:05 +08:00
sandbox_portforward.go Replace golang.org/x/net/context with std library 2022-02-22 02:27:05 +08:00
sandbox_remove.go Replace golang.org/x/net/context with std library 2022-02-22 02:27:05 +08:00
sandbox_run_linux_test.go cri, sandbox: pass sandbox resource details if available, applicable 2021-12-13 08:41:41 -08:00
sandbox_run_linux.go feat: replace github.com/pkg/errors to errors 2022-01-07 10:27:03 +08:00
sandbox_run_other_test.go Run go fmt with Go 1.17 2021-08-22 09:31:50 +09:00
sandbox_run_other.go Run go fmt with Go 1.17 2021-08-22 09:31:50 +09:00
sandbox_run_test.go Replace golang.org/x/net/context with std library 2022-02-22 02:27:05 +08:00
sandbox_run_windows_test.go Add RunAsUserName functionality for the Windows Pod Sandbox Container 2021-08-23 07:35:22 -07:00
sandbox_run_windows.go feat: replace github.com/pkg/errors to errors 2022-01-07 10:27:03 +08:00
sandbox_run.go Replace golang.org/x/net/context with std library 2022-02-22 02:27:05 +08:00
sandbox_stats_linux.go Replace golang.org/x/net/context with std library 2022-02-22 02:27:05 +08:00
sandbox_stats_list.go Add nolint:staticcheck to platform-specific calls 2022-03-17 18:24:00 -04:00
sandbox_stats_other.go Replace golang.org/x/net/context with std library 2022-02-22 02:27:05 +08:00
sandbox_stats_windows.go Replace golang.org/x/net/context with std library 2022-02-22 02:27:05 +08:00
sandbox_stats.go Add nolint:staticcheck to platform-specific calls 2022-03-17 18:24:00 -04:00
sandbox_status_test.go move up to CRI v1 and support v1alpha in parallel 2021-06-28 09:34:12 -05:00
sandbox_status.go Replace golang.org/x/net/context with std library 2022-02-22 02:27:05 +08:00
sandbox_stop_test.go Replace golang.org/x/net/context with std library 2022-02-22 02:27:05 +08:00
sandbox_stop.go Remove gogoproto.stdtime 2022-04-19 13:39:30 +00:00
service_linux.go feat: replace github.com/pkg/errors to errors 2022-01-07 10:27:03 +08:00
service_other.go Run go fmt with Go 1.17 2021-08-22 09:31:50 +09:00
service_test.go cri: relax test for system without hugetlb 2022-02-28 01:38:58 +08:00
service_windows.go feat: replace github.com/pkg/errors to errors 2022-01-07 10:27:03 +08:00
service.go CRI: improve image pulling performance 2022-04-06 07:14:18 +08:00
snapshots.go feat: replace github.com/pkg/errors to errors 2022-01-07 10:27:03 +08:00
status.go Replace golang.org/x/net/context with std library 2022-02-22 02:27:05 +08:00
streaming_test.go Move cri server packages under pkg/cri 2020-10-07 13:09:37 -07:00
streaming.go feat: replace github.com/pkg/errors to errors 2022-01-07 10:27:03 +08:00
update_runtime_config_test.go test: use T.TempDir to create temporary test directory 2022-03-15 14:03:50 +08:00
update_runtime_config.go Replace golang.org/x/net/context with std library 2022-02-22 02:27:05 +08:00
version.go Replace golang.org/x/net/context with std library 2022-02-22 02:27:05 +08:00