Skip to content

Commit

Permalink
Merge pull request #126 from RedbackThomson/inaccessible-label
Browse files Browse the repository at this point in the history
Add space inaccessible label
  • Loading branch information
RedbackThomson authored Nov 5, 2024
2 parents 29204b4 + 5d8d576 commit 7457ae3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions apis/upbound/v1alpha1/space_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 7457ae3

Please sign in to comment.