We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 37e70ed + 0d69c82 commit 5d8f1f8Copy full SHA for 5d8f1f8
name.go
@@ -23,6 +23,12 @@ import (
23
"strings"
24
)
25
26
+
27
+// ClusterHeader set to "<lcluster>" on a request is an alternative to accessing the
28
+// cluster via /clusters/<lcluster>. With that the <lcluster> can be access via normal kube-like
29
+// /api and /apis endpoints.
30
+const ClusterHeader = "X-Kubernetes-Cluster"
31
32
// Name is the name of a logical cluster. A logical cluster is
33
// 1. a (part of) etcd prefix to store objects in that cluster
34
// 2. a (part of) a http path which serves a Kubernetes-cluster-like API with
0 commit comments