From c58f08f6c8f6122d3db6ec4578b0c0e0b9b261b3 Mon Sep 17 00:00:00 2001 From: Tamal Saha Date: Mon, 11 Nov 2024 19:52:48 -0800 Subject: [PATCH] Add AceUIDKey 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..72cd07f91 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" + AceUIDKey string = "ace.appscode.com/uid" ClientOrgKey string = "ace.appscode.com/client-org" ClientKeyPrefix string = "client.ace.appscode.com/" )