github.com/itscaro/cli@v0.0.0-20190705081621-c9db0fe93829/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  )