Skip to content

Commit

Permalink
convert binding request to pointer
Browse files Browse the repository at this point in the history
  • Loading branch information
mfrancisc committed Oct 12, 2023
1 parent 1203c9a commit 1ed6609
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion api/v1alpha1/workspace_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ type Binding struct {
// BindingRequest provides the name and namespace of the SpaceBindingRequest that generated the SpaceBinding resource.
// It's available only if the binding was generated using the SpaceBindingRequest mechanism.
// +optional
BindingRequest BindingRequest `json:"bindingRequest,omitempty"`
BindingRequest *BindingRequest `json:"bindingRequest,omitempty"`
}

// BindingRequest contains the name and the namespace where of the associated SpaceBindingRequest.
Expand Down
6 changes: 5 additions & 1 deletion api/v1alpha1/zz_generated.deepcopy.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion api/v1alpha1/zz_generated.openapi.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 1ed6609

Please sign in to comment.