Skip to content

Commit

Permalink
Update apis/upbound/v1alpha1/space_types.go
Browse files Browse the repository at this point in the history
Co-authored-by: Taylor Thornton <[email protected]>
  • Loading branch information
RedbackThomson and tnthornton committed Nov 5, 2024
1 parent 32049bb commit 5d8d576
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apis/upbound/v1alpha1/space_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ const (
// 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 space
// cannot be accessed by the current user.
// SpaceInaccessibleLabelKey is the key used to indicate that the current
// user is not entitled to use the space.
SpaceInaccessibleLabelKey = "spaces.upbound.io/inaccessible"
)

Expand Down

0 comments on commit 5d8d576

Please sign in to comment.