Skip to content

Commit

Permalink
Makes Gateway Infrastucture a Pointer
Browse files Browse the repository at this point in the history
Signed-off-by: Daneyon Hansen <daneyon.hansen@solo.io>
  • Loading branch information
danehans committed Oct 23, 2023
1 parent cdc85ca commit 237012f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion apis/v1/gateway_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ type GatewaySpec struct {
//
// <gateway:experimental>
// +optional
Infrastructure GatewayInfrastructure `json:"infrastructure,omitempty"`
Infrastructure *GatewayInfrastructure `json:"infrastructure,omitempty"`
}

// Listener embodies the concept of a logical endpoint where a Gateway accepts
Expand Down
6 changes: 5 additions & 1 deletion apis/v1/zz_generated.deepcopy.go

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

0 comments on commit 237012f

Please sign in to comment.