mirror of https://github.com/docker/cli.git
9 lines
377 B
Go
9 lines
377 B
Go
package kubernetes
|
|
|
|
import api "github.com/docker/compose-on-kubernetes/api"
|
|
|
|
// NewKubernetesConfig resolves the path to the desired Kubernetes configuration file based on
|
|
// the KUBECONFIG environment variable and command line flags.
|
|
// Deprecated: Use github.com/docker/compose-on-kubernetes/api.NewKubernetesConfig instead
|
|
var NewKubernetesConfig = api.NewKubernetesConfig
|