kubernetes/pkg/kubelet/dockershim
Sascha Grunert de37b9d293
Make CRI v1 the default and allow a fallback to v1alpha2
This patch makes the CRI `v1` API the new project-wide default version.
To allow backwards compatibility, a fallback to `v1alpha2` has been added
as well. This fallback can either used by automatically determined by
the kubelet.

Signed-off-by: Sascha Grunert <sgrunert@redhat.com>
2021-11-17 11:05:05 -08:00
..
cm generated: Run hack/update-gofmt.sh 2021-08-24 15:47:49 -04:00
libdocker Reduce calls to docker from dockershim for stats 2021-11-10 11:25:03 -08:00
metrics generated: Run hack/update-gofmt.sh 2021-08-24 15:47:49 -04:00
network Make CRI v1 the default and allow a fallback to v1alpha2 2021-11-17 11:05:05 -08:00
remote Make CRI v1 the default and allow a fallback to v1alpha2 2021-11-17 11:05:05 -08:00
convert_test.go Make CRI v1 the default and allow a fallback to v1alpha2 2021-11-17 11:05:05 -08:00
convert.go Make CRI v1 the default and allow a fallback to v1alpha2 2021-11-17 11:05:05 -08:00
doc.go Make CRI v1 the default and allow a fallback to v1alpha2 2021-11-17 11:05:05 -08:00
docker_checkpoint_test.go generated: Run hack/update-gofmt.sh 2021-08-24 15:47:49 -04:00
docker_checkpoint.go generated: Run hack/update-gofmt.sh 2021-08-24 15:47:49 -04:00
docker_container_test.go Make CRI v1 the default and allow a fallback to v1alpha2 2021-11-17 11:05:05 -08:00
docker_container_unsupported.go Make CRI v1 the default and allow a fallback to v1alpha2 2021-11-17 11:05:05 -08:00
docker_container_windows_test.go Make CRI v1 the default and allow a fallback to v1alpha2 2021-11-17 11:05:05 -08:00
docker_container_windows.go Make CRI v1 the default and allow a fallback to v1alpha2 2021-11-17 11:05:05 -08:00
docker_container.go Make CRI v1 the default and allow a fallback to v1alpha2 2021-11-17 11:05:05 -08:00
docker_image_linux.go Make CRI v1 the default and allow a fallback to v1alpha2 2021-11-17 11:05:05 -08:00
docker_image_test.go Make CRI v1 the default and allow a fallback to v1alpha2 2021-11-17 11:05:05 -08:00
docker_image_unsupported.go Make CRI v1 the default and allow a fallback to v1alpha2 2021-11-17 11:05:05 -08:00
docker_image_windows.go Make CRI v1 the default and allow a fallback to v1alpha2 2021-11-17 11:05:05 -08:00
docker_image.go Make CRI v1 the default and allow a fallback to v1alpha2 2021-11-17 11:05:05 -08:00
docker_legacy_service.go generated: Run hack/update-gofmt.sh 2021-08-24 15:47:49 -04:00
docker_logs.go Make CRI v1 the default and allow a fallback to v1alpha2 2021-11-17 11:05:05 -08:00
docker_sandbox_linux_test.go generated: Run hack/update-gofmt.sh 2021-08-24 15:47:49 -04:00
docker_sandbox_test.go Make CRI v1 the default and allow a fallback to v1alpha2 2021-11-17 11:05:05 -08:00
docker_sandbox.go Make CRI v1 the default and allow a fallback to v1alpha2 2021-11-17 11:05:05 -08:00
docker_service_test.go Make CRI v1 the default and allow a fallback to v1alpha2 2021-11-17 11:05:05 -08:00
docker_service.go Make CRI v1 the default and allow a fallback to v1alpha2 2021-11-17 11:05:05 -08:00
docker_stats_linux.go Make CRI v1 the default and allow a fallback to v1alpha2 2021-11-17 11:05:05 -08:00
docker_stats_test.go Make CRI v1 the default and allow a fallback to v1alpha2 2021-11-17 11:05:05 -08:00
docker_stats_unsupported.go Make CRI v1 the default and allow a fallback to v1alpha2 2021-11-17 11:05:05 -08:00
docker_stats_windows.go Make CRI v1 the default and allow a fallback to v1alpha2 2021-11-17 11:05:05 -08:00
docker_stats.go Make CRI v1 the default and allow a fallback to v1alpha2 2021-11-17 11:05:05 -08:00
docker_streaming_others.go generated: Run hack/update-gofmt.sh 2021-08-24 15:47:49 -04:00
docker_streaming_windows.go generated: Run hack/update-gofmt.sh 2021-08-24 15:47:49 -04:00
docker_streaming.go Make CRI v1 the default and allow a fallback to v1alpha2 2021-11-17 11:05:05 -08:00
dockershim_nodocker.go generated: Run hack/update-gofmt.sh 2021-08-24 15:47:49 -04:00
exec_test.go generated: Run hack/update-gofmt.sh 2021-08-24 15:47:49 -04:00
exec.go generated: Run hack/update-gofmt.sh 2021-08-24 15:47:49 -04:00
helpers_linux_test.go generated: Run hack/update-gofmt.sh 2021-08-24 15:47:49 -04:00
helpers_linux.go Make CRI v1 the default and allow a fallback to v1alpha2 2021-11-17 11:05:05 -08:00
helpers_test.go Make CRI v1 the default and allow a fallback to v1alpha2 2021-11-17 11:05:05 -08:00
helpers_unsupported.go Make CRI v1 the default and allow a fallback to v1alpha2 2021-11-17 11:05:05 -08:00
helpers_windows.go Make CRI v1 the default and allow a fallback to v1alpha2 2021-11-17 11:05:05 -08:00
helpers.go Make CRI v1 the default and allow a fallback to v1alpha2 2021-11-17 11:05:05 -08:00
naming_test.go Make CRI v1 the default and allow a fallback to v1alpha2 2021-11-17 11:05:05 -08:00
naming.go Make CRI v1 the default and allow a fallback to v1alpha2 2021-11-17 11:05:05 -08:00
security_context_test.go Make CRI v1 the default and allow a fallback to v1alpha2 2021-11-17 11:05:05 -08:00
security_context.go Make CRI v1 the default and allow a fallback to v1alpha2 2021-11-17 11:05:05 -08:00
selinux_util_test.go generated: Run hack/update-gofmt.sh 2021-08-24 15:47:49 -04:00
selinux_util.go Make CRI v1 the default and allow a fallback to v1alpha2 2021-11-17 11:05:05 -08:00