From ab1c52acea4b9b924fe60767ea6fff2e4ef47191 Mon Sep 17 00:00:00 2001 From: Francisc Munteanu Date: Mon, 9 Oct 2023 17:47:17 +0200 Subject: [PATCH] Update api/v1alpha1/workspace_types.go Co-authored-by: Matous Jobanek --- api/v1alpha1/workspace_types.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/api/v1alpha1/workspace_types.go b/api/v1alpha1/workspace_types.go index 59d8207a..101640e0 100644 --- a/api/v1alpha1/workspace_types.go +++ b/api/v1alpha1/workspace_types.go @@ -64,9 +64,9 @@ type Binding struct { type BindingRequest struct { // Name of the SpaceBindingRequest that generated the SpaceBinding resource. - Name string `json:"name,omitempty"` + Name string `json:"name"` // Namespace of the SpaceBindingRequest that generated the SpaceBinding resource. - Namespace string `json:"namespace,omitempty"` + Namespace string `json:"namespace"` } // +kubebuilder:object:root=true