mirror of
https://gitea.com/Lydanne/buildx.git
synced 2025-05-18 00:47:48 +08:00
7 lines
137 B
Go
7 lines
137 B
Go
package context
|
|
|
|
const (
|
|
// KubernetesEndpoint is the kubernetes endpoint name in a stored context
|
|
KubernetesEndpoint = "kubernetes"
|
|
)
|