Skip to content

Commit b6f9084

Browse files
author
cleverhu
committed
add clusterpedia origin api path
Signed-off-by: cleverhu <[email protected]>
1 parent d877935 commit b6f9084

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

constants/constants.go

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,10 @@ package constants
1919
const (
2020
// ClusterPediaAPIPath is the extra path of apiserver
2121
ClusterPediaAPIPath = "/apis/clusterpedia.io/v1beta1/resources"
22+
23+
// ClusterPediaOriginAPIPath is the origin path of apiserver
24+
ClusterPediaOriginAPIPath = "/apis/clusterpedia.io/v1beta1"
25+
2226
// ClusterAPIPath for a specific cluster
2327
ClusterAPIPath = "/clusters/"
2428

0 commit comments

Comments
 (0)