mirror of
https://github.com/docker/cli.git
synced 2026-01-13 18:22:35 +03:00
remove unused KubernetesEnabled() test-utility
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
@@ -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") != ""
|
||||
|
||||
Reference in New Issue
Block a user