DockerCLI/cli/context/kubernetes/constants.go

7 lines
140 B
Go

package kubernetes
const (
// KubernetesEndpoint is the kubernetes endpoint name in a stored context
KubernetesEndpoint = "kubernetes"
)