Skip to content

Commit

Permalink
Merge pull request #2508 from danehans/issue_2507
Browse files Browse the repository at this point in the history
Makes Gateway Infrastructure a Pointer
  • Loading branch information
k8s-ci-robot authored Oct 23, 2023
2 parents 048dfb0 + 237012f commit 0cc3e0e
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 0cc3e0e

Please sign in to comment.