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 29204b4 commit 32049bbCopy full SHA for 32049bb
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 space
40
+ // cannot be accessed by the current user.
41
+ SpaceInaccessibleLabelKey = "spaces.upbound.io/inaccessible"
42
)
43
44
// SpaceMode is the mode in which the space connects to Upbound.
0 commit comments