mirror of
				https://github.com/optim-enterprises-bv/kubernetes.git
				synced 2025-11-04 12:18:16 +00:00 
			
		
		
		
	Merge pull request #73009 from qingsenLi/k8s190117
remove unused const dockerDaemonConfigName in docker_util.go
This commit is contained in:
		@@ -28,7 +28,6 @@ import (
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
const (
 | 
					const (
 | 
				
			||||||
	defaultDockerEndpoint = "unix:///var/run/docker.sock"
 | 
						defaultDockerEndpoint = "unix:///var/run/docker.sock"
 | 
				
			||||||
	dockerDaemonConfigName = "/etc/docker/daemon.json"
 | 
					 | 
				
			||||||
)
 | 
					)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
// getDockerAPIVersion returns the Docker's API version.
 | 
					// getDockerAPIVersion returns the Docker's API version.
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user