github.com/ali-iotechsys/cli@v20.10.0+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 )