github.com/cspotcode/docker-cli@v20.10.0-rc1.0.20201201121459-3faad7acc5b8+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  )