mirror of https://github.com/docker/cli.git
7 lines
140 B
Go
7 lines
140 B
Go
|
package kubernetes
|
||
|
|
||
|
const (
|
||
|
// KubernetesEndpoint is the kubernetes endpoint name in a stored context
|
||
|
KubernetesEndpoint = "kubernetes"
|
||
|
)
|