From feb85f95c85a6d1795da7e5201e2a45e33de2193 Mon Sep 17 00:00:00 2001 From: Tamal Saha Date: Mon, 11 Nov 2024 19:52:48 -0800 Subject: [PATCH] Add AceOrgIDKey Signed-off-by: Tamal Saha --- api/v1/cluster.go | 1 + 1 file changed, 1 insertion(+) diff --git a/api/v1/cluster.go b/api/v1/cluster.go index ca9579cff..e979e964b 100644 --- a/api/v1/cluster.go +++ b/api/v1/cluster.go @@ -48,6 +48,7 @@ const ( ClusterDisplayNameKey string = "cluster.appscode.com/display-name" ClusterProviderNameKey string = "cluster.appscode.com/provider" + AceOrgIDKey string = "ace.appscode.com/org-id" ClientOrgKey string = "ace.appscode.com/client-org" ClientKeyPrefix string = "client.ace.appscode.com/" )