github.com/justincormack/cli@v0.0.0-20201215022714-831ebeae9675/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  )