Skip to content

Commit ba14329

Browse files
authored
Merge pull request #45 from cleverhu/add-clusterpedia-origin-path
add clusterpedia origin api path
2 parents d877935 + b6f9084 commit ba14329

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)