kubernetes/pkg/kubelet/dockershim/metrics
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 eliminate direct references to prometheus 2019-10-04 21:33:34 +08:00
metrics.go Add dockerless tags to all files in dockershim 2020-05-07 17:18:50 -04:00