github.com/pdmccormick/importable-docker-buildx@v0.0.0-20240426161518-e47091289030/driver/kubernetes/context/constants.go (about)

     1  package context
     2  
     3  const (
     4  	// KubernetesEndpoint is the kubernetes endpoint name in a stored context
     5  	KubernetesEndpoint = "kubernetes"
     6  )