kubernetes/pkg/kubelet/sysctl
mattjmcnaughton 9e1c99c4e2
Delete the sysctl runtime admit handler
As of https://github.com/kubernetes/kubernetes/pull/72831, the minimum
docker version is 1.13.1. (and the minimum API version is 1.26). The
only time the `RuntimeAdmitHandler` returns anything other than accept
is when the Docker API version < 1.24. In other words, we can be
confident that Docker will always support sysctl.

As a result, we can delete this unnecessary and docker-specific code.
2020-01-22 08:51:39 -05:00
..
BUILD Delete the sysctl runtime admit handler 2020-01-22 08:51:39 -05:00
namespace_test.go
namespace.go
whitelist_test.go Promote sysctl annotations to API fields 2018-06-05 23:17:00 +02:00
whitelist.go Promote sysctl annotations to API fields 2018-06-05 23:17:00 +02:00