Skip to content

Commit

Permalink
Update api/v1alpha1/workspace_types.go
Browse files Browse the repository at this point in the history
Co-authored-by: Alexey Kazakov <[email protected]>
  • Loading branch information
mfrancisc and alexeykazakov authored Sep 18, 2023
1 parent 19b04cf commit cf6d918
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion api/v1alpha1/workspace_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,8 @@ type Binding struct {
// Available values:
// - "update" when the role in the current binding can be changed
// - "delete" when the current binding can be deleted
// - "override" when the current binding can be overwritten by a new binding containing same MasterUserRecord but different role
// - "override" when the current binding can be overwritten by a new binding containing the same MasterUserRecord but a different role
// +listType=atomic
// +optional
AvailableActions []string `json:"availableActions,omitempty"`
}
Expand Down

0 comments on commit cf6d918

Please sign in to comment.