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: Matous Jobanek <mjobanek@redhat.com>
  • Loading branch information
mfrancisc and MatousJobanek authored Oct 9, 2023
1 parent 3412d40 commit ab1c52a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions api/v1alpha1/workspace_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ab1c52a

Please sign in to comment.