pkg/kubelet/dockertools/docker_manager.go: remove unused const.

This commit is contained in:
Slava Semushin 2017-01-24 16:58:30 +01:00
parent 37a8caf2a5
commit c52d367ecd

View File

@ -86,7 +86,6 @@ const (
// Remote API version for docker daemon versions
// https://docs.docker.com/engine/reference/api/docker_remote_api/
dockerV110APIVersion = "1.22"
DockerV112APIVersion = "1.24"
// ndots specifies the minimum number of dots that a domain name must contain for the resolver to consider it as FQDN (fully-qualified)
// we want to able to consider SRV lookup names like _dns._udp.kube-dns.default.svc to be considered relative.