Skip to content

Commit

Permalink
Add cluster claim consts
Browse files Browse the repository at this point in the history
Signed-off-by: Tamal Saha <[email protected]>
  • Loading branch information
tamalsaha committed Nov 12, 2024
1 parent feb85f9 commit 4f8b1dd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions api/v1/cluster.go
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,10 @@ const (
AceOrgIDKey string = "ace.appscode.com/org-id"
ClientOrgKey string = "ace.appscode.com/client-org"
ClientKeyPrefix string = "client.ace.appscode.com/"

ClusterClaimID string = "id.k8s.io"
ClusterClaimInfo string = "cluster.ace.info"
ClusterClaimFeatures string = "features.ace.info"
)

type ClusterMetadata struct {
Expand Down

0 comments on commit 4f8b1dd

Please sign in to comment.