mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-03 17:30:00 +00:00
pkg/kubelet/dockertools/docker_manager.go: remove unused const.
This commit is contained in:
parent
37a8caf2a5
commit
c52d367ecd
@ -86,7 +86,6 @@ const (
|
|||||||
// Remote API version for docker daemon versions
|
// Remote API version for docker daemon versions
|
||||||
// https://docs.docker.com/engine/reference/api/docker_remote_api/
|
// https://docs.docker.com/engine/reference/api/docker_remote_api/
|
||||||
dockerV110APIVersion = "1.22"
|
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)
|
// 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.
|
// we want to able to consider SRV lookup names like _dns._udp.kube-dns.default.svc to be considered relative.
|
||||||
|
Loading…
Reference in New Issue
Block a user