From 75d4c202ccdd94ae74352687b7a2f5ddbf75d3f5 Mon Sep 17 00:00:00 2001 From: Stefan Majer Date: Mon, 22 Jun 2026 10:17:24 +0200 Subject: [PATCH] ProviderTenant Annotation --- go/tag/tenant.go | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 go/tag/tenant.go diff --git a/go/tag/tenant.go b/go/tag/tenant.go new file mode 100644 index 00000000..0e7fecf7 --- /dev/null +++ b/go/tag/tenant.go @@ -0,0 +1,7 @@ +package tag + +const ( + // ProviderTenant if attached to a tenant with a non empty value, + // this tenant is treated as the provider tenant. + ProviderTenant = "tenant.metal-stack.io/provider" +)