..
bandwidth
Reused errdefs for error
2023-01-02 21:39:20 +08:00
testing
update go-cni/for cni update fixing plugins that don't respond with version
2022-06-01 17:20:18 -05:00
blockio_linux.go
*: introduce wrapper pkgs for blockio and rdt
2023-02-10 08:21:34 +08:00
blockio_stub_linux.go
*: introduce wrapper pkgs for blockio and rdt
2023-02-10 08:21:34 +08:00
cni_conf_syncer.go
cri: mkdir /etc/cni with 0755, not 0700
2023-01-29 07:49:36 +09:00
container_attach.go
Replace golang.org/x/net/context with std library
2022-02-22 02:27:05 +08:00
container_checkpoint.go
Set grpc code for unimplemented cri-api methods
2022-09-22 07:24:48 +00:00
container_create_linux_test.go
cri: Verify userns container config is consisten with sandbox
2022-12-30 15:07:54 -03:00
container_create_linux.go
*: introduce wrapper pkgs for blockio and rdt
2023-02-10 08:21:34 +08:00
container_create_other_test.go
Cleanup build constraints
2022-12-08 09:36:20 -08:00
container_create_other.go
Add capability for snapshotters to declare support for UID remapping
2022-12-21 15:08:28 -03:00
container_create_test.go
oci: Add WithDomainname
2022-12-26 04:03:45 -05:00
container_create_windows_test.go
cri: add pod uid annotation
2022-11-19 01:12:02 +01:00
container_create_windows.go
Have separate spec builder for each platform
2023-01-11 13:12:25 -08:00
container_create.go
pkg/cri: split out NRI API from pkg/cri/server.
2023-02-13 22:05:45 +02:00
container_events.go
Add Evented PLEG support to sandbox server
2022-12-08 19:31:36 +00:00
container_exec.go
Replace golang.org/x/net/context with std library
2022-02-22 02:27:05 +08:00
container_execsync_test.go
Implicitly discard the input to drain the reader
2022-06-06 09:57:13 -07:00
container_execsync.go
Clean up repeated package import
2023-02-10 16:21:55 +08:00
container_list_test.go
Use t.Run for /pkg/cri tests
2022-05-29 18:32:09 -07: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
Use t.Run for /pkg/cri tests
2022-05-29 18:32:09 -07:00
container_remove.go
pkg/cri: split out NRI API from pkg/cri/server.
2023-02-13 22:05:45 +02:00
container_start_test.go
Use t.Run for /pkg/cri tests
2022-05-29 18:32:09 -07:00
container_start.go
pkg/cri: split out NRI API from pkg/cri/server.
2023-02-13 22:05:45 +02:00
container_stats_list_linux_test.go
Use github.com/containerd/cgroups/v3 to remove gogo
2022-11-14 21:07:48 +00:00
container_stats_list_linux.go
go.mod: github.com/containerd/typeurl/v2 v2.1.0
2023-02-11 23:39:52 +09:00
container_stats_list_other.go
Cleanup build constraints
2022-12-08 09:36:20 -08:00
container_stats_list_test.go
Refactor usageNanoCores be to used for all OSes
2022-07-19 16:49:08 -07:00
container_stats_list_windows.go
go.mod: github.com/containerd/typeurl/v2 v2.1.0
2023-02-11 23:39:52 +09:00
container_stats_list.go
remove unneeded nolint-comments (nolintlint), disable deprecated linters
2022-10-12 14:41:01 +02:00
container_stats.go
remove unneeded nolint-comments (nolintlint), disable deprecated linters
2022-10-12 14:41:01 +02:00
container_status_test.go
Use t.Run for /pkg/cri tests
2022-05-29 18:32:09 -07:00
container_status.go
ContainerStatus to return container resources
2022-08-24 19:08:06 +00:00
container_stop_test.go
Use t.Run for /pkg/cri tests
2022-05-29 18:32:09 -07:00
container_stop.go
pkg/cri: split out NRI API from pkg/cri/server.
2023-02-13 22:05:45 +02:00
container_update_resources_linux_test.go
cri: Fix TestUpdateOCILinuxResource for host w/o swap controller
2023-01-10 15:41:04 +01: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
Cleanup build constraints
2022-12-08 09:36:20 -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
pkg/cri: split out NRI API from pkg/cri/server.
2023-02-13 22:05:45 +02:00
events_test.go
go.mod: github.com/containerd/typeurl/v2 v2.1.0
2023-02-11 23:39:52 +09:00
events.go
go.mod: github.com/containerd/typeurl/v2 v2.1.0
2023-02-11 23:39:52 +09:00
fuzz.go
Cleanup build constraints
2022-12-08 09:36:20 -08:00
helpers_linux_test.go
Use t.Run for /pkg/cri tests
2022-05-29 18:32:09 -07:00
helpers_linux.go
cri: Simplify parseUsernsIDs()
2022-12-30 16:49:28 -03:00
helpers_other.go
Cleanup build constraints
2022-12-08 09:36:20 -08: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
Merge pull request #7984 from aitumik/aitumik/add-host-network-tests
2023-02-13 11:37:20 -08:00
helpers_windows_test.go
test: add hostNetwork tests for both windows and linux
2023-02-11 00:15:48 +03:00
helpers_windows.go
Remove redundant build tags
2021-08-05 22:27:46 -07:00
helpers.go
Merge pull request #8047 from ruiwen-zhao/send_nil
2023-02-13 11:38:14 -08: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
Export remote snapshotter label handler
2023-02-01 23:03:23 +09:00
image_pull.go
Export remote snapshotter label handler
2023-02-01 23:03:23 +09:00
image_remove.go
Add a thin wrapper around otel Span object
2022-11-11 01:28:27 +00: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
Add a thin wrapper around otel Span object
2022-11-11 01:28:27 +00: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
list_metric_descriptors.go
Update to cri-api v0.26.0-beta.0
2022-11-18 21:13:34 +00:00
list_pod_sandbox_metrics.go
Update to cri-api v0.26.0-beta.0
2022-11-18 21:13:34 +00:00
metrics.go
add network plugin metrics
2022-12-23 09:23:56 +00:00
nri_linux.go
pkg/cri: split out NRI API from pkg/cri/server.
2023-02-13 22:05:45 +02:00
nri_other.go
pkg/cri: split out NRI API from pkg/cri/server.
2023-02-13 22:05:45 +02:00
nri.go
pkg/cri: split out NRI API from pkg/cri/server.
2023-02-13 22:05:45 +02:00
rdt_linux.go
*: introduce wrapper pkgs for blockio and rdt
2023-02-10 08:21:34 +08:00
rdt_stub_linux.go
Cleanup build constraints
2022-12-08 09:36:20 -08:00
restart.go
go.mod: github.com/containerd/typeurl/v2 v2.1.0
2023-02-11 23:39:52 +09:00
sandbox_list_test.go
Use t.Run for /pkg/cri tests
2022-05-29 18:32:09 -07: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
CRI: Add host networking helper
2022-12-14 01:47:22 -08:00
sandbox_portforward_other.go
Cleanup build constraints
2022-12-08 09:36:20 -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
pkg/cri: split out NRI API from pkg/cri/server.
2023-02-13 22:05:45 +02:00
sandbox_run_linux_test.go
cri: Support pods with user namespaces
2022-12-21 17:56:56 -03:00
sandbox_run_linux.go
Move WithMounts to specs
2023-01-11 13:03:59 -08:00
sandbox_run_other_test.go
Cleanup build constraints
2022-12-08 09:36:20 -08:00
sandbox_run_other.go
Add capability for snapshotters to declare support for UID remapping
2022-12-21 15:08:28 -03:00
sandbox_run_test.go
go.mod: github.com/containerd/typeurl/v2 v2.1.0
2023-02-11 23:39:52 +09:00
sandbox_run_windows_test.go
cri: add pod uid annotation
2022-11-19 01:12:02 +01:00
sandbox_run_windows.go
Add capability for snapshotters to declare support for UID remapping
2022-12-21 15:08:28 -03:00
sandbox_run.go
pkg/cri: split out NRI API from pkg/cri/server.
2023-02-13 22:05:45 +02:00
sandbox_stats_linux.go
Use github.com/containerd/cgroups/v3 to remove gogo
2022-11-14 21:07:48 +00:00
sandbox_stats_list.go
remove unneeded nolint-comments (nolintlint), disable deprecated linters
2022-10-12 14:41:01 +02:00
sandbox_stats_other.go
Cleanup build constraints
2022-12-08 09:36:20 -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
remove unneeded nolint-comments (nolintlint), disable deprecated linters
2022-10-12 14:41:01 +02:00
sandbox_status_test.go
Use t.Run for /pkg/cri tests
2022-05-29 18:32:09 -07:00
sandbox_status.go
CRI: Add host networking helper
2022-12-14 01:47:22 -08:00
sandbox_stop_test.go
Use t.Run for /pkg/cri tests
2022-05-29 18:32:09 -07:00
sandbox_stop.go
pkg/cri: split out NRI API from pkg/cri/server.
2023-02-13 22:05:45 +02:00
service_linux.go
CRI: Comment cleanup/misc fixes
2023-01-02 18:55:31 -08:00
service_other.go
CRI: Comment cleanup/misc fixes
2023-01-02 18:55:31 -08:00
service_test.go
Copy FuzzCRI from cncf/cncf-fuzzing
2022-06-27 22:54:25 +00:00
service_windows.go
CRI: Comment cleanup/misc fixes
2023-01-02 18:55:31 -08:00
service.go
pkg/cri: split out NRI API from pkg/cri/server.
2023-02-13 22:05:45 +02: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
test_config.go
Copy FuzzCRI from cncf/cncf-fuzzing
2022-06-27 22:54:25 +00: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
add network plugin metrics
2022-12-23 09:23:56 +00:00
version.go
Copy cri-api v1alpha2 from v0.25.4 to containerd internal directory
2022-11-18 21:09:43 +00:00