Skip to content

Commit

Permalink
fix: fix kubetype-gen for http2rpc wrong plural value issue (alibaba#447
Browse files Browse the repository at this point in the history
)
  • Loading branch information
Hinsteny authored Jul 26, 2023
1 parent 0620346 commit 3b78a0e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion api/networking/v1/http_2_rpc.pb.go

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

2 changes: 1 addition & 1 deletion api/networking/v1/http_2_rpc.proto
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ option go_package = "github.com/alibaba/higress/api/networking/v1";
// +cue-gen:Http2Rpc:annotations:helm.sh/resource-policy=keep
// +cue-gen:Http2Rpc:subresource:status
// +cue-gen:Http2Rpc:scope:Namespaced
// +cue-gen:Http2Rpc:resource:categories=higress-io,plural=Http2Rpcs
// +cue-gen:Http2Rpc:resource:categories=higress-io,plural=http2rpcs
// +cue-gen:Http2Rpc:preserveUnknownFields:false
// -->
//
Expand Down
2 changes: 1 addition & 1 deletion client/pkg/apis/networking/v1/types.gen.go

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

0 comments on commit 3b78a0e

Please sign in to comment.