github.com/xeptore/docker-cli@v20.10.14+incompatible/cli/context/kubernetes/constants.go (about) 1 package kubernetes 2 3 const ( 4 // KubernetesEndpoint is the kubernetes endpoint name in a stored context 5 KubernetesEndpoint = "kubernetes" 6 )