Skip to content

Commit

Permalink
fix: use GRPCHeaderMatchType in GRPCHeaderMatch structure (#3252)
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinpollet committed Aug 9, 2024
1 parent 1661a89 commit 6efb4e3
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions apis/applyconfiguration/apis/v1/grpcheadermatch.go

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

2 changes: 1 addition & 1 deletion apis/v1/grpcroute_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -388,7 +388,7 @@ type GRPCHeaderMatch struct {
//
// +optional
// +kubebuilder:default=Exact
Type *HeaderMatchType `json:"type,omitempty"`
Type *GRPCHeaderMatchType `json:"type,omitempty"`

// Name is the name of the gRPC Header to be matched.
//
Expand Down
2 changes: 1 addition & 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 6efb4e3

Please sign in to comment.