We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c76229 commit e286d04Copy full SHA for e286d04
api/v1/cluster.go
@@ -60,6 +60,7 @@ const (
60
ClusterProfileLabel string = "cluster.appscode.com/profile"
61
62
AceOrgIDKey string = "ace.appscode.com/org-id"
63
+ AceSkipBillingKey string = "ace.appscode.com/skip-billing"
64
ClientOrgKey string = "ace.appscode.com/client-org"
65
ClientOrgMonitoringKey string = "ace.appscode.com/client-org-monitoring"
66
ClientKeyPrefix string = "client.ace.appscode.com/"
0 commit comments