Skip to content

Commit 7457ae3

Browse files
Merge pull request #126 from RedbackThomson/inaccessible-label
Add space inaccessible label
2 parents 29204b4 + 5d8d576 commit 7457ae3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

apis/upbound/v1alpha1/space_types.go

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,10 @@ const (
3535
// SpaceProviderLabelKey is the key used to identify the cloud provider for
3636
// the space. The value should always match the `spec.provider` field.
3737
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"
3842
)
3943

4044
// SpaceMode is the mode in which the space connects to Upbound.

0 commit comments

Comments
 (0)