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.
2 parents 29204b4 + 5d8d576 commit 7457ae3Copy full SHA for 7457ae3
apis/upbound/v1alpha1/space_types.go
@@ -35,6 +35,10 @@ const (
35
// SpaceProviderLabelKey is the key used to identify the cloud provider for
36
// the space. The value should always match the `spec.provider` field.
37
SpaceProviderLabelKey = "spaces.upbound.io/provider"
38
+
39
+ // SpaceInaccessibleLabelKey is the key used to indicate that the current
40
+ // user is not entitled to use the space.
41
+ SpaceInaccessibleLabelKey = "spaces.upbound.io/inaccessible"
42
)
43
44
// SpaceMode is the mode in which the space connects to Upbound.
0 commit comments