mirror of
https://github.com/alibaba/higress.git
synced 2026-06-09 04:37:31 +08:00
fix: fix kubetype-gen for http2rpc wrong plural value issue (#447)
This commit is contained in:
@@ -30,7 +30,7 @@ const _ = proto.GoGoProtoPackageIsVersion3 // please upgrade the proto package
|
|||||||
// +cue-gen:Http2Rpc:annotations:helm.sh/resource-policy=keep
|
// +cue-gen:Http2Rpc:annotations:helm.sh/resource-policy=keep
|
||||||
// +cue-gen:Http2Rpc:subresource:status
|
// +cue-gen:Http2Rpc:subresource:status
|
||||||
// +cue-gen:Http2Rpc:scope:Namespaced
|
// +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
|
// +cue-gen:Http2Rpc:preserveUnknownFields:false
|
||||||
// -->
|
// -->
|
||||||
//
|
//
|
||||||
|
|||||||
@@ -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:annotations:helm.sh/resource-policy=keep
|
||||||
// +cue-gen:Http2Rpc:subresource:status
|
// +cue-gen:Http2Rpc:subresource:status
|
||||||
// +cue-gen:Http2Rpc:scope:Namespaced
|
// +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
|
// +cue-gen:Http2Rpc:preserveUnknownFields:false
|
||||||
// -->
|
// -->
|
||||||
//
|
//
|
||||||
|
|||||||
@@ -32,7 +32,7 @@ import (
|
|||||||
// +cue-gen:Http2Rpc:annotations:helm.sh/resource-policy=keep
|
// +cue-gen:Http2Rpc:annotations:helm.sh/resource-policy=keep
|
||||||
// +cue-gen:Http2Rpc:subresource:status
|
// +cue-gen:Http2Rpc:subresource:status
|
||||||
// +cue-gen:Http2Rpc:scope:Namespaced
|
// +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
|
// +cue-gen:Http2Rpc:preserveUnknownFields:false
|
||||||
// -->
|
// -->
|
||||||
//
|
//
|
||||||
|
|||||||
Reference in New Issue
Block a user