mirror of https://github.com/docker/cli.git
remove unused KubernetesEnabled() test-utility
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
parent
60283c617d
commit
7ccee6d603
|
@ -53,11 +53,6 @@ func Setup() error {
|
|||
return nil
|
||||
}
|
||||
|
||||
// KubernetesEnabled returns if Kubernetes testing is enabled
|
||||
func KubernetesEnabled() bool {
|
||||
return os.Getenv("KUBECONFIG") != ""
|
||||
}
|
||||
|
||||
// RemoteDaemon returns true if running against a remote daemon
|
||||
func RemoteDaemon() bool {
|
||||
return os.Getenv("REMOTE_DAEMON") != ""
|
||||
|
|
Loading…
Reference in New Issue