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 d877935 + b6f9084 commit ba14329Copy full SHA for ba14329
constants/constants.go
@@ -19,6 +19,10 @@ package constants
19
const (
20
// ClusterPediaAPIPath is the extra path of apiserver
21
ClusterPediaAPIPath = "/apis/clusterpedia.io/v1beta1/resources"
22
+
23
+ // ClusterPediaOriginAPIPath is the origin path of apiserver
24
+ ClusterPediaOriginAPIPath = "/apis/clusterpedia.io/v1beta1"
25
26
// ClusterAPIPath for a specific cluster
27
ClusterAPIPath = "/clusters/"
28
0 commit comments