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 32049bb commit 5d8d576Copy full SHA for 5d8d576
apis/upbound/v1alpha1/space_types.go
@@ -36,8 +36,8 @@ const (
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.
+ // SpaceInaccessibleLabelKey is the key used to indicate that the current
+ // user is not entitled to use the space.
41
SpaceInaccessibleLabelKey = "spaces.upbound.io/inaccessible"
42
)
43
0 commit comments