From cf6d918b5de526e48fd8f9cf51065b0418746a28 Mon Sep 17 00:00:00 2001 From: Francisc Munteanu Date: Mon, 18 Sep 2023 11:16:07 +0200 Subject: [PATCH] Update api/v1alpha1/workspace_types.go Co-authored-by: Alexey Kazakov --- api/v1alpha1/workspace_types.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/api/v1alpha1/workspace_types.go b/api/v1alpha1/workspace_types.go index 064e5b46..d0b5617e 100644 --- a/api/v1alpha1/workspace_types.go +++ b/api/v1alpha1/workspace_types.go @@ -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"` }