Files
kubernetes/cmd/kubeadm/app/util/system
Lubomir I. Ivanov cb56f91cc6 kubeadm: don't use the Docker SDK in util/system/docker_validator*
Instead of creating a Docker client and fetching an Info object
from the docker enpoint, call the "docker info" command
and populate a local dockerInfo struct from JSON output.

Also
- add unit tests.
- update import boss and bazel.

This change affects "test/e2e_node/e2e_node_suite_test.go"
as it consumes this Docker validator by calling
"system.ValidateSpec()".
2019-07-01 15:18:37 +03:00
..
2019-01-03 13:25:18 +01:00
2019-05-01 22:16:06 +00:00
2019-01-30 03:25:05 -05:00
2019-01-03 13:25:18 +01:00