kubernetes/pkg/kubelet/dockershim/network/testing
mattjmcnaughton b36f637f0d
Add dockerless tags to all files in dockershim
As the final step, add the `dockerless` tags to all files in the
dockershim. Using `-tags=dockerless` in `go build`, we can compile
kubelet without the dockershim.

Once cadvisor no longer depends on `docker/docker`, compiling with
`-tags=dockerless` should be sufficient to compile the Kubelet w/o a
dependency on `docker/docker`.
2020-05-07 17:18:50 -04:00
..
BUILD Remove unused function from the legacy runtime interface. 2019-02-07 16:57:19 -08:00
fake_host.go Add dockerless tags to all files in dockershim 2020-05-07 17:18:50 -04:00
mock_network_plugin.go Add dockerless tags to all files in dockershim 2020-05-07 17:18:50 -04:00
plugins_test.go Add dockerless tags to all files in dockershim 2020-05-07 17:18:50 -04:00