diff --git a/apis/upbound/v1alpha1/space_types.go b/apis/upbound/v1alpha1/space_types.go index 9e1d57e..50d4931 100644 --- a/apis/upbound/v1alpha1/space_types.go +++ b/apis/upbound/v1alpha1/space_types.go @@ -35,6 +35,10 @@ const ( // SpaceProviderLabelKey is the key used to identify the cloud provider for // the space. The value should always match the `spec.provider` field. SpaceProviderLabelKey = "spaces.upbound.io/provider" + + // SpaceInaccessibleLabelKey is the key used to indicate that the current + // user is not entitled to use the space. + SpaceInaccessibleLabelKey = "spaces.upbound.io/inaccessible" ) // SpaceMode is the mode in which the space connects to Upbound.