diff --git a/api/v1/cluster.go b/api/v1/cluster.go index b40cd8d1e..c8a0a104b 100644 --- a/api/v1/cluster.go +++ b/api/v1/cluster.go @@ -56,6 +56,7 @@ const ( ClusterNameKey string = "cluster.appscode.com/name" ClusterDisplayNameKey string = "cluster.appscode.com/display-name" ClusterProviderNameKey string = "cluster.appscode.com/provider" + ClusterProfileLabel string = "cluster.appscode.com/profile" AceOrgIDKey string = "ace.appscode.com/org-id" ClientOrgKey string = "ace.appscode.com/client-org"