From 06018d723c6fdc44a27e6bc439c54b1c1d35dc3c Mon Sep 17 00:00:00 2001 From: jacob-delgado Date: Wed, 17 Jan 2024 10:03:58 -0700 Subject: [PATCH] Run make gen with new protoc (#3051) * Run make gen with new protoc * Update dependencies --- analysis/v1alpha1/message.pb.go | 2 +- authentication/v1alpha1/policy.pb.go | 2 +- .../filter/http/alpn/v2alpha1/config.pb.go | 2 +- .../filter/http/authn/v2alpha1/config.pb.go | 2 +- .../http/jwt_auth/v2alpha1/config.pb.go | 2 +- .../metadata_exchange/metadata_exchange.pb.go | 2 +- .../tcp_cluster_rewrite/v2alpha1/config.pb.go | 2 +- .../stackdriver/config/v1alpha1/config.pb.go | 2 +- envoy/extensions/stats/config.pb.go | 2 +- extensions/v1alpha1/wasm.pb.go | 2 +- go.mod | 14 +- go.sum | 28 +- mcp/v1alpha1/mcp.pb.go | 2 +- mcp/v1alpha1/metadata.pb.go | 2 +- mcp/v1alpha1/resource.pb.go | 2 +- mesh/v1alpha1/config.pb.go | 2 +- mesh/v1alpha1/network.pb.go | 2 +- mesh/v1alpha1/proxy.pb.go | 2 +- meta/v1alpha1/status.pb.go | 2 +- networking/v1alpha3/destination_rule.pb.go | 2 +- networking/v1alpha3/envoy_filter.pb.go | 2 +- networking/v1alpha3/gateway.pb.go | 2 +- networking/v1alpha3/service_entry.pb.go | 2 +- networking/v1alpha3/sidecar.pb.go | 2 +- networking/v1alpha3/virtual_service.pb.go | 2 +- networking/v1alpha3/workload_entry.pb.go | 2 +- networking/v1alpha3/workload_group.pb.go | 2 +- networking/v1beta1/destination_rule.pb.go | 2 +- networking/v1beta1/gateway.pb.go | 2 +- networking/v1beta1/proxy_config.pb.go | 2 +- networking/v1beta1/service_entry.pb.go | 2 +- networking/v1beta1/sidecar.pb.go | 2 +- networking/v1beta1/virtual_service.pb.go | 2 +- networking/v1beta1/workload_entry.pb.go | 2 +- networking/v1beta1/workload_group.pb.go | 2 +- operator/v1alpha1/operator.pb.go | 2 +- proto.lock | 681 ++++++++++++------ security/v1/authorization_policy.pb.go | 2 +- security/v1/jwt.pb.go | 2 +- security/v1/request_authentication.pb.go | 2 +- security/v1alpha1/ca.pb.go | 2 +- security/v1beta1/authorization_policy.pb.go | 2 +- security/v1beta1/jwt.pb.go | 2 +- security/v1beta1/peer_authentication.pb.go | 2 +- security/v1beta1/request_authentication.pb.go | 2 +- telemetry/v1alpha1/telemetry.pb.go | 2 +- type/v1beta1/selector.pb.go | 2 +- 47 files changed, 519 insertions(+), 292 deletions(-) diff --git a/analysis/v1alpha1/message.pb.go b/analysis/v1alpha1/message.pb.go index 29675c0c7d6..55ce81ec606 100644 --- a/analysis/v1alpha1/message.pb.go +++ b/analysis/v1alpha1/message.pb.go @@ -14,7 +14,7 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.31.0 +// protoc-gen-go v1.32.0 // protoc (unknown) // source: analysis/v1alpha1/message.proto diff --git a/authentication/v1alpha1/policy.pb.go b/authentication/v1alpha1/policy.pb.go index 8f898951bf0..bc5e49f8e3b 100644 --- a/authentication/v1alpha1/policy.pb.go +++ b/authentication/v1alpha1/policy.pb.go @@ -14,7 +14,7 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.31.0 +// protoc-gen-go v1.32.0 // protoc (unknown) // source: authentication/v1alpha1/policy.proto diff --git a/envoy/config/filter/http/alpn/v2alpha1/config.pb.go b/envoy/config/filter/http/alpn/v2alpha1/config.pb.go index f3cdfeebfb4..0e620c753ee 100644 --- a/envoy/config/filter/http/alpn/v2alpha1/config.pb.go +++ b/envoy/config/filter/http/alpn/v2alpha1/config.pb.go @@ -14,7 +14,7 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.31.0 +// protoc-gen-go v1.32.0 // protoc (unknown) // source: envoy/config/filter/http/alpn/v2alpha1/config.proto diff --git a/envoy/config/filter/http/authn/v2alpha1/config.pb.go b/envoy/config/filter/http/authn/v2alpha1/config.pb.go index fe01693461c..e5a81ea914c 100644 --- a/envoy/config/filter/http/authn/v2alpha1/config.pb.go +++ b/envoy/config/filter/http/authn/v2alpha1/config.pb.go @@ -14,7 +14,7 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.31.0 +// protoc-gen-go v1.32.0 // protoc (unknown) // source: envoy/config/filter/http/authn/v2alpha1/config.proto diff --git a/envoy/config/filter/http/jwt_auth/v2alpha1/config.pb.go b/envoy/config/filter/http/jwt_auth/v2alpha1/config.pb.go index 24d6b1e9b8f..abe7f3aa0f4 100644 --- a/envoy/config/filter/http/jwt_auth/v2alpha1/config.pb.go +++ b/envoy/config/filter/http/jwt_auth/v2alpha1/config.pb.go @@ -14,7 +14,7 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.31.0 +// protoc-gen-go v1.32.0 // protoc (unknown) // source: envoy/config/filter/http/jwt_auth/v2alpha1/config.proto diff --git a/envoy/config/filter/network/metadata_exchange/metadata_exchange.pb.go b/envoy/config/filter/network/metadata_exchange/metadata_exchange.pb.go index e1cfe0538f1..fcfa3eb7e3f 100644 --- a/envoy/config/filter/network/metadata_exchange/metadata_exchange.pb.go +++ b/envoy/config/filter/network/metadata_exchange/metadata_exchange.pb.go @@ -14,7 +14,7 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.31.0 +// protoc-gen-go v1.32.0 // protoc (unknown) // source: envoy/config/filter/network/metadata_exchange/metadata_exchange.proto diff --git a/envoy/config/filter/network/tcp_cluster_rewrite/v2alpha1/config.pb.go b/envoy/config/filter/network/tcp_cluster_rewrite/v2alpha1/config.pb.go index 268e04b452b..847fdbfdab7 100644 --- a/envoy/config/filter/network/tcp_cluster_rewrite/v2alpha1/config.pb.go +++ b/envoy/config/filter/network/tcp_cluster_rewrite/v2alpha1/config.pb.go @@ -14,7 +14,7 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.31.0 +// protoc-gen-go v1.32.0 // protoc (unknown) // source: envoy/config/filter/network/tcp_cluster_rewrite/v2alpha1/config.proto diff --git a/envoy/extensions/stackdriver/config/v1alpha1/config.pb.go b/envoy/extensions/stackdriver/config/v1alpha1/config.pb.go index 8ced21cc457..ad6a2e8bbf6 100644 --- a/envoy/extensions/stackdriver/config/v1alpha1/config.pb.go +++ b/envoy/extensions/stackdriver/config/v1alpha1/config.pb.go @@ -14,7 +14,7 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.31.0 +// protoc-gen-go v1.32.0 // protoc (unknown) // source: envoy/extensions/stackdriver/config/v1alpha1/config.proto diff --git a/envoy/extensions/stats/config.pb.go b/envoy/extensions/stats/config.pb.go index a917b4c6112..d53baf316e2 100644 --- a/envoy/extensions/stats/config.pb.go +++ b/envoy/extensions/stats/config.pb.go @@ -14,7 +14,7 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.31.0 +// protoc-gen-go v1.32.0 // protoc (unknown) // source: envoy/extensions/stats/config.proto diff --git a/extensions/v1alpha1/wasm.pb.go b/extensions/v1alpha1/wasm.pb.go index cb10867893c..f0384d74147 100644 --- a/extensions/v1alpha1/wasm.pb.go +++ b/extensions/v1alpha1/wasm.pb.go @@ -14,7 +14,7 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.31.0 +// protoc-gen-go v1.32.0 // protoc (unknown) // source: extensions/v1alpha1/wasm.proto diff --git a/go.mod b/go.mod index 833b50edf03..a7700cbc6d0 100644 --- a/go.mod +++ b/go.mod @@ -4,10 +4,10 @@ go 1.21 require ( github.com/golang/protobuf v1.5.3 - google.golang.org/genproto/googleapis/api v0.0.0-20231212172506-995d672761c0 - google.golang.org/genproto/googleapis/rpc v0.0.0-20231212172506-995d672761c0 - google.golang.org/grpc v1.60.0 - google.golang.org/protobuf v1.31.0 + google.golang.org/genproto/googleapis/api v0.0.0-20240116215550-a9fa1716bcac + google.golang.org/genproto/googleapis/rpc v0.0.0-20240116215550-a9fa1716bcac + google.golang.org/grpc v1.60.1 + google.golang.org/protobuf v1.32.0 k8s.io/api v0.29.0 k8s.io/apimachinery v0.29.0 ) @@ -19,10 +19,10 @@ require ( github.com/json-iterator/go v1.1.12 // indirect github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect github.com/modern-go/reflect2 v1.0.2 // indirect - golang.org/x/net v0.19.0 // indirect - golang.org/x/sys v0.15.0 // indirect + golang.org/x/net v0.20.0 // indirect + golang.org/x/sys v0.16.0 // indirect golang.org/x/text v0.14.0 // indirect - google.golang.org/genproto v0.0.0-20231212172506-995d672761c0 // indirect + google.golang.org/genproto v0.0.0-20240116215550-a9fa1716bcac // indirect gopkg.in/inf.v0 v0.9.1 // indirect gopkg.in/yaml.v2 v2.4.0 // indirect k8s.io/klog/v2 v2.110.1 // indirect diff --git a/go.sum b/go.sum index c1c0fe0799d..1696dfef2e7 100644 --- a/go.sum +++ b/go.sum @@ -49,16 +49,16 @@ golang.org/x/net v0.0.0-20190404232315-eb5bcb51f2a3/go.mod h1:t9HGtf8HONx5eT2rtn golang.org/x/net v0.0.0-20190620200207-3b0461eec859/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s= golang.org/x/net v0.0.0-20200226121028-0de0cce0169b/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s= golang.org/x/net v0.0.0-20201021035429-f5854403a974/go.mod h1:sp8m0HH+o8qH0wwXwYZr8TS3Oi6o0r6Gce1SSxlDquU= -golang.org/x/net v0.19.0 h1:zTwKpTd2XuCqf8huc7Fo2iSy+4RHPd10s4KzeTnVr1c= -golang.org/x/net v0.19.0/go.mod h1:CfAk/cbD4CthTvqiEl8NpboMuiuOYsAr/7NOjZJtv1U= +golang.org/x/net v0.20.0 h1:aCL9BSgETF1k+blQaYUBx9hJ9LOGP3gAVemcZlf1Kpo= +golang.org/x/net v0.20.0/go.mod h1:z8BVo6PvndSri0LbOE3hAn0apkU+1YvI6E70E9jsnvY= golang.org/x/sync v0.0.0-20190423024810-112230192c58/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= golang.org/x/sys v0.0.0-20190215142949-d0b11bdaac8a/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY= golang.org/x/sys v0.0.0-20190412213103-97732733099d/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20200930185726-fdedc70b468f/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= -golang.org/x/sys v0.15.0 h1:h48lPFYpsTvQJZF4EKyI4aLHaev3CxivZmv7yZig9pc= -golang.org/x/sys v0.15.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA= +golang.org/x/sys v0.16.0 h1:xWw16ngr6ZMtmxDyKyIgsE93KNKz5HKmMa3b8ALHidU= +golang.org/x/sys v0.16.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA= golang.org/x/text v0.3.0/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ= golang.org/x/text v0.3.3/go.mod h1:5Zoc/QRtKVWzQhOtBMvqHzDpF6irO9z98xDceosuGiQ= golang.org/x/text v0.14.0 h1:ScX5w1eTa3QqT8oi6+ziP7dTV1S2+ALU0bI+0zXKWiQ= @@ -71,18 +71,18 @@ golang.org/x/xerrors v0.0.0-20190717185122-a985d3407aa7/go.mod h1:I/5z698sn9Ka8T golang.org/x/xerrors v0.0.0-20191011141410-1b5146add898/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0= golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0= golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0= -google.golang.org/genproto v0.0.0-20231212172506-995d672761c0 h1:YJ5pD9rF8o9Qtta0Cmy9rdBwkSjrTCT6XTiUQVOtIos= -google.golang.org/genproto v0.0.0-20231212172506-995d672761c0/go.mod h1:l/k7rMz0vFTBPy+tFSGvXEd3z+BcoG1k7EHbqm+YBsY= -google.golang.org/genproto/googleapis/api v0.0.0-20231212172506-995d672761c0 h1:s1w3X6gQxwrLEpxnLd/qXTVLgQE2yXwaOaoa6IlY/+o= -google.golang.org/genproto/googleapis/api v0.0.0-20231212172506-995d672761c0/go.mod h1:CAny0tYF+0/9rmDB9fahA9YLzX3+AEVl1qXbv5hhj6c= -google.golang.org/genproto/googleapis/rpc v0.0.0-20231212172506-995d672761c0 h1:/jFB8jK5R3Sq3i/lmeZO0cATSzFfZaJq1J2Euan3XKU= -google.golang.org/genproto/googleapis/rpc v0.0.0-20231212172506-995d672761c0/go.mod h1:FUoWkonphQm3RhTS+kOEhF8h0iDpm4tdXolVCeZ9KKA= -google.golang.org/grpc v1.60.0 h1:6FQAR0kM31P6MRdeluor2w2gPaS4SVNrD/DNTxrQ15k= -google.golang.org/grpc v1.60.0/go.mod h1:OlCHIeLYqSSsLi6i49B5QGdzaMZK9+M7LXN2FKz4eGM= +google.golang.org/genproto v0.0.0-20240116215550-a9fa1716bcac h1:ZL/Teoy/ZGnzyrqK/Optxxp2pmVh+fmJ97slxSRyzUg= +google.golang.org/genproto v0.0.0-20240116215550-a9fa1716bcac/go.mod h1:+Rvu7ElI+aLzyDQhpHMFMMltsD6m7nqpuWDd2CwJw3k= +google.golang.org/genproto/googleapis/api v0.0.0-20240116215550-a9fa1716bcac h1:OZkkudMUu9LVQMCoRUbI/1p5VCo9BOrlvkqMvWtqa6s= +google.golang.org/genproto/googleapis/api v0.0.0-20240116215550-a9fa1716bcac/go.mod h1:B5xPO//w8qmBDjGReYLpR6UJPnkldGkCSMoH/2vxJeg= +google.golang.org/genproto/googleapis/rpc v0.0.0-20240116215550-a9fa1716bcac h1:nUQEQmH/csSvFECKYRv6HWEyypysidKl2I6Qpsglq/0= +google.golang.org/genproto/googleapis/rpc v0.0.0-20240116215550-a9fa1716bcac/go.mod h1:daQN87bsDqDoe316QbbvX60nMoJQa4r6Ds0ZuoAe5yA= +google.golang.org/grpc v1.60.1 h1:26+wFr+cNqSGFcOXcabYC0lUVJVRa2Sb2ortSK7VrEU= +google.golang.org/grpc v1.60.1/go.mod h1:OlCHIeLYqSSsLi6i49B5QGdzaMZK9+M7LXN2FKz4eGM= google.golang.org/protobuf v1.26.0-rc.1/go.mod h1:jlhhOSvTdKEhbULTjvd4ARK9grFBp09yW+WbY/TyQbw= google.golang.org/protobuf v1.26.0/go.mod h1:9q0QmTI4eRPtz6boOQmLYwt+qCgq0jsYwAQnmE0givc= -google.golang.org/protobuf v1.31.0 h1:g0LDEJHgrBl9N9r17Ru3sqWhkIx2NB67okBHPwC7hs8= -google.golang.org/protobuf v1.31.0/go.mod h1:HV8QOd/L58Z+nl8r43ehVNZIU/HEI6OcFqwMG9pJV4I= +google.golang.org/protobuf v1.32.0 h1:pPC6BG5ex8PDFnkbrGU3EixyhKcQ2aDuBS36lqK/C7I= +google.golang.org/protobuf v1.32.0/go.mod h1:c6P6GXX6sHbq/GpV6MGZEdwhWPcYBgnhAHhKbcUYpos= gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0= gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c h1:Hei/4ADfdWqJk1ZMxUNpqntNwaWcugrBjAiHlqqRiVk= gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c/go.mod h1:JHkPIbrfpd72SG/EVd6muEfDQjcINNoR0C8j2r3qZ4Q= diff --git a/mcp/v1alpha1/mcp.pb.go b/mcp/v1alpha1/mcp.pb.go index 48bb2f4f867..e3e18dde957 100644 --- a/mcp/v1alpha1/mcp.pb.go +++ b/mcp/v1alpha1/mcp.pb.go @@ -14,7 +14,7 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.31.0 +// protoc-gen-go v1.32.0 // protoc (unknown) // source: mcp/v1alpha1/mcp.proto diff --git a/mcp/v1alpha1/metadata.pb.go b/mcp/v1alpha1/metadata.pb.go index 4b57b56f1f1..e5f8c290d31 100644 --- a/mcp/v1alpha1/metadata.pb.go +++ b/mcp/v1alpha1/metadata.pb.go @@ -14,7 +14,7 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.31.0 +// protoc-gen-go v1.32.0 // protoc (unknown) // source: mcp/v1alpha1/metadata.proto diff --git a/mcp/v1alpha1/resource.pb.go b/mcp/v1alpha1/resource.pb.go index c68c6654452..9f12664c45e 100644 --- a/mcp/v1alpha1/resource.pb.go +++ b/mcp/v1alpha1/resource.pb.go @@ -14,7 +14,7 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.31.0 +// protoc-gen-go v1.32.0 // protoc (unknown) // source: mcp/v1alpha1/resource.proto diff --git a/mesh/v1alpha1/config.pb.go b/mesh/v1alpha1/config.pb.go index b7e8fa95fc8..a2912d4c7de 100644 --- a/mesh/v1alpha1/config.pb.go +++ b/mesh/v1alpha1/config.pb.go @@ -14,7 +14,7 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.31.0 +// protoc-gen-go v1.32.0 // protoc (unknown) // source: mesh/v1alpha1/config.proto diff --git a/mesh/v1alpha1/network.pb.go b/mesh/v1alpha1/network.pb.go index dc15dcbccf2..7ebc0de57db 100644 --- a/mesh/v1alpha1/network.pb.go +++ b/mesh/v1alpha1/network.pb.go @@ -14,7 +14,7 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.31.0 +// protoc-gen-go v1.32.0 // protoc (unknown) // source: mesh/v1alpha1/network.proto diff --git a/mesh/v1alpha1/proxy.pb.go b/mesh/v1alpha1/proxy.pb.go index 69b7d3ebc62..9bb585490bb 100644 --- a/mesh/v1alpha1/proxy.pb.go +++ b/mesh/v1alpha1/proxy.pb.go @@ -14,7 +14,7 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.31.0 +// protoc-gen-go v1.32.0 // protoc (unknown) // source: mesh/v1alpha1/proxy.proto diff --git a/meta/v1alpha1/status.pb.go b/meta/v1alpha1/status.pb.go index 801c0439cc3..3144e7515fc 100644 --- a/meta/v1alpha1/status.pb.go +++ b/meta/v1alpha1/status.pb.go @@ -14,7 +14,7 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.31.0 +// protoc-gen-go v1.32.0 // protoc (unknown) // source: meta/v1alpha1/status.proto diff --git a/networking/v1alpha3/destination_rule.pb.go b/networking/v1alpha3/destination_rule.pb.go index 2602e93e2b9..71b0aceaa73 100644 --- a/networking/v1alpha3/destination_rule.pb.go +++ b/networking/v1alpha3/destination_rule.pb.go @@ -14,7 +14,7 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.31.0 +// protoc-gen-go v1.32.0 // protoc (unknown) // source: networking/v1alpha3/destination_rule.proto diff --git a/networking/v1alpha3/envoy_filter.pb.go b/networking/v1alpha3/envoy_filter.pb.go index 93a7c07b147..67315872e31 100644 --- a/networking/v1alpha3/envoy_filter.pb.go +++ b/networking/v1alpha3/envoy_filter.pb.go @@ -14,7 +14,7 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.31.0 +// protoc-gen-go v1.32.0 // protoc (unknown) // source: networking/v1alpha3/envoy_filter.proto diff --git a/networking/v1alpha3/gateway.pb.go b/networking/v1alpha3/gateway.pb.go index f465343ee5b..29ac2b69a59 100644 --- a/networking/v1alpha3/gateway.pb.go +++ b/networking/v1alpha3/gateway.pb.go @@ -14,7 +14,7 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.31.0 +// protoc-gen-go v1.32.0 // protoc (unknown) // source: networking/v1alpha3/gateway.proto diff --git a/networking/v1alpha3/service_entry.pb.go b/networking/v1alpha3/service_entry.pb.go index 9c98be5e8bc..c34513e630b 100644 --- a/networking/v1alpha3/service_entry.pb.go +++ b/networking/v1alpha3/service_entry.pb.go @@ -14,7 +14,7 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.31.0 +// protoc-gen-go v1.32.0 // protoc (unknown) // source: networking/v1alpha3/service_entry.proto diff --git a/networking/v1alpha3/sidecar.pb.go b/networking/v1alpha3/sidecar.pb.go index d1d4e03b1bb..335c83ead50 100644 --- a/networking/v1alpha3/sidecar.pb.go +++ b/networking/v1alpha3/sidecar.pb.go @@ -14,7 +14,7 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.31.0 +// protoc-gen-go v1.32.0 // protoc (unknown) // source: networking/v1alpha3/sidecar.proto diff --git a/networking/v1alpha3/virtual_service.pb.go b/networking/v1alpha3/virtual_service.pb.go index e3cfacf8051..0a78024aa0b 100644 --- a/networking/v1alpha3/virtual_service.pb.go +++ b/networking/v1alpha3/virtual_service.pb.go @@ -14,7 +14,7 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.31.0 +// protoc-gen-go v1.32.0 // protoc (unknown) // source: networking/v1alpha3/virtual_service.proto diff --git a/networking/v1alpha3/workload_entry.pb.go b/networking/v1alpha3/workload_entry.pb.go index cc5d5f9f145..3770417644a 100644 --- a/networking/v1alpha3/workload_entry.pb.go +++ b/networking/v1alpha3/workload_entry.pb.go @@ -14,7 +14,7 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.31.0 +// protoc-gen-go v1.32.0 // protoc (unknown) // source: networking/v1alpha3/workload_entry.proto diff --git a/networking/v1alpha3/workload_group.pb.go b/networking/v1alpha3/workload_group.pb.go index b310834ca28..ce0839db948 100644 --- a/networking/v1alpha3/workload_group.pb.go +++ b/networking/v1alpha3/workload_group.pb.go @@ -14,7 +14,7 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.31.0 +// protoc-gen-go v1.32.0 // protoc (unknown) // source: networking/v1alpha3/workload_group.proto diff --git a/networking/v1beta1/destination_rule.pb.go b/networking/v1beta1/destination_rule.pb.go index 2c5938169d4..726c4371f9b 100644 --- a/networking/v1beta1/destination_rule.pb.go +++ b/networking/v1beta1/destination_rule.pb.go @@ -14,7 +14,7 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.31.0 +// protoc-gen-go v1.32.0 // protoc (unknown) // source: networking/v1beta1/destination_rule.proto diff --git a/networking/v1beta1/gateway.pb.go b/networking/v1beta1/gateway.pb.go index e0f314b00fb..3711f5387b8 100644 --- a/networking/v1beta1/gateway.pb.go +++ b/networking/v1beta1/gateway.pb.go @@ -14,7 +14,7 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.31.0 +// protoc-gen-go v1.32.0 // protoc (unknown) // source: networking/v1beta1/gateway.proto diff --git a/networking/v1beta1/proxy_config.pb.go b/networking/v1beta1/proxy_config.pb.go index 50d84caf43d..c9cff5c279b 100644 --- a/networking/v1beta1/proxy_config.pb.go +++ b/networking/v1beta1/proxy_config.pb.go @@ -14,7 +14,7 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.31.0 +// protoc-gen-go v1.32.0 // protoc (unknown) // source: networking/v1beta1/proxy_config.proto diff --git a/networking/v1beta1/service_entry.pb.go b/networking/v1beta1/service_entry.pb.go index 19ff89d84f0..5d663170d1b 100644 --- a/networking/v1beta1/service_entry.pb.go +++ b/networking/v1beta1/service_entry.pb.go @@ -14,7 +14,7 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.31.0 +// protoc-gen-go v1.32.0 // protoc (unknown) // source: networking/v1beta1/service_entry.proto diff --git a/networking/v1beta1/sidecar.pb.go b/networking/v1beta1/sidecar.pb.go index 7013c0ca6b7..f211e95480a 100644 --- a/networking/v1beta1/sidecar.pb.go +++ b/networking/v1beta1/sidecar.pb.go @@ -14,7 +14,7 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.31.0 +// protoc-gen-go v1.32.0 // protoc (unknown) // source: networking/v1beta1/sidecar.proto diff --git a/networking/v1beta1/virtual_service.pb.go b/networking/v1beta1/virtual_service.pb.go index 513b22642c9..900ce097668 100644 --- a/networking/v1beta1/virtual_service.pb.go +++ b/networking/v1beta1/virtual_service.pb.go @@ -14,7 +14,7 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.31.0 +// protoc-gen-go v1.32.0 // protoc (unknown) // source: networking/v1beta1/virtual_service.proto diff --git a/networking/v1beta1/workload_entry.pb.go b/networking/v1beta1/workload_entry.pb.go index 0995725129a..dccdb484a80 100644 --- a/networking/v1beta1/workload_entry.pb.go +++ b/networking/v1beta1/workload_entry.pb.go @@ -14,7 +14,7 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.31.0 +// protoc-gen-go v1.32.0 // protoc (unknown) // source: networking/v1beta1/workload_entry.proto diff --git a/networking/v1beta1/workload_group.pb.go b/networking/v1beta1/workload_group.pb.go index 9f139643658..dd91bc6d7bf 100644 --- a/networking/v1beta1/workload_group.pb.go +++ b/networking/v1beta1/workload_group.pb.go @@ -14,7 +14,7 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.31.0 +// protoc-gen-go v1.32.0 // protoc (unknown) // source: networking/v1beta1/workload_group.proto diff --git a/operator/v1alpha1/operator.pb.go b/operator/v1alpha1/operator.pb.go index 04025d2b370..5021cb082fc 100644 --- a/operator/v1alpha1/operator.pb.go +++ b/operator/v1alpha1/operator.pb.go @@ -14,7 +14,7 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.31.0 +// protoc-gen-go v1.32.0 // protoc (unknown) // source: operator/v1alpha1/operator.proto diff --git a/proto.lock b/proto.lock index c99770a5d4d..c5f4594e48e 100644 --- a/proto.lock +++ b/proto.lock @@ -195,22 +195,26 @@ { "id": 1, "name": "exact", - "type": "string" + "type": "string", + "oneof_parent": "match_type" }, { "id": 2, "name": "prefix", - "type": "string" + "type": "string", + "oneof_parent": "match_type" }, { "id": 3, "name": "suffix", - "type": "string" + "type": "string", + "oneof_parent": "match_type" }, { "id": 4, "name": "regex", - "type": "string" + "type": "string", + "oneof_parent": "match_type" } ] }, @@ -304,7 +308,8 @@ { "id": 1, "name": "mtls", - "type": "MutualTls" + "type": "MutualTls", + "oneof_parent": "params" }, { "id": 2, @@ -315,7 +320,8 @@ "name": "deprecated", "value": "true" } - ] + ], + "oneof_parent": "params" } ] }, @@ -431,12 +437,14 @@ { "id": 1, "name": "number", - "type": "uint32" + "type": "uint32", + "oneof_parent": "port" }, { "id": 2, "name": "name", - "type": "string" + "type": "string", + "oneof_parent": "port" } ] } @@ -706,7 +714,8 @@ { "id": 7, "name": "jwt_audience", - "type": "string" + "type": "string", + "oneof_parent": "authentication" } ] } @@ -1233,17 +1242,20 @@ { "id": 1, "name": "linear_buckets", - "type": "Linear" + "type": "Linear", + "oneof_parent": "options" }, { "id": 2, "name": "exponential_buckets", - "type": "Exponential" + "type": "Exponential", + "oneof_parent": "options" }, { "id": 3, "name": "explicit_buckets", - "type": "Explicit" + "type": "Explicit", + "oneof_parent": "options" } ], "messages": [ @@ -1688,67 +1700,80 @@ { "id": 1, "name": "dyn", - "type": "google.protobuf.Empty" + "type": "google.protobuf.Empty", + "oneof_parent": "type_kind" }, { "id": 2, "name": "null", - "type": "google.protobuf.NullValue" + "type": "google.protobuf.NullValue", + "oneof_parent": "type_kind" }, { "id": 3, "name": "primitive", - "type": "PrimitiveType" + "type": "PrimitiveType", + "oneof_parent": "type_kind" }, { "id": 4, "name": "wrapper", - "type": "PrimitiveType" + "type": "PrimitiveType", + "oneof_parent": "type_kind" }, { "id": 5, "name": "well_known", - "type": "WellKnownType" + "type": "WellKnownType", + "oneof_parent": "type_kind" }, { "id": 6, "name": "list_type", - "type": "ListType" + "type": "ListType", + "oneof_parent": "type_kind" }, { "id": 7, "name": "map_type", - "type": "MapType" + "type": "MapType", + "oneof_parent": "type_kind" }, { "id": 8, "name": "function", - "type": "FunctionType" + "type": "FunctionType", + "oneof_parent": "type_kind" }, { "id": 9, "name": "message_type", - "type": "string" + "type": "string", + "oneof_parent": "type_kind" }, { "id": 10, "name": "type_param", - "type": "string" + "type": "string", + "oneof_parent": "type_kind" }, { "id": 11, "name": "type", - "type": "Type" + "type": "Type", + "oneof_parent": "type_kind" }, { "id": 12, "name": "error", - "type": "google.protobuf.Empty" + "type": "google.protobuf.Empty", + "oneof_parent": "type_kind" }, { "id": 14, "name": "abstract_type", - "type": "AbstractType" + "type": "AbstractType", + "oneof_parent": "type_kind" } ], "messages": [ @@ -1822,12 +1847,14 @@ { "id": 2, "name": "ident", - "type": "IdentDecl" + "type": "IdentDecl", + "oneof_parent": "decl_kind" }, { "id": 3, "name": "function", - "type": "FunctionDecl" + "type": "FunctionDecl", + "oneof_parent": "decl_kind" } ], "messages": [ @@ -2078,12 +2105,14 @@ { "id": 1, "name": "parsed_expr", - "type": "ParsedExpr" + "type": "ParsedExpr", + "oneof_parent": "expr_kind" }, { "id": 2, "name": "checked_expr", - "type": "CheckedExpr" + "type": "CheckedExpr", + "oneof_parent": "expr_kind" }, { "id": 4, @@ -2246,17 +2275,20 @@ { "id": 1, "name": "value", - "type": "Value" + "type": "Value", + "oneof_parent": "kind" }, { "id": 2, "name": "error", - "type": "ErrorSet" + "type": "ErrorSet", + "oneof_parent": "kind" }, { "id": 3, "name": "unknown", - "type": "UnknownSet" + "type": "UnknownSet", + "oneof_parent": "kind" } ] }, @@ -2425,37 +2457,44 @@ { "id": 3, "name": "const_expr", - "type": "Constant" + "type": "Constant", + "oneof_parent": "expr_kind" }, { "id": 4, "name": "ident_expr", - "type": "Ident" + "type": "Ident", + "oneof_parent": "expr_kind" }, { "id": 5, "name": "select_expr", - "type": "Select" + "type": "Select", + "oneof_parent": "expr_kind" }, { "id": 6, "name": "call_expr", - "type": "Call" + "type": "Call", + "oneof_parent": "expr_kind" }, { "id": 7, "name": "list_expr", - "type": "CreateList" + "type": "CreateList", + "oneof_parent": "expr_kind" }, { "id": 8, "name": "struct_expr", - "type": "CreateStruct" + "type": "CreateStruct", + "oneof_parent": "expr_kind" }, { "id": 9, "name": "comprehension_expr", - "type": "Comprehension" + "type": "Comprehension", + "oneof_parent": "expr_kind" } ], "messages": [ @@ -2548,12 +2587,14 @@ { "id": 2, "name": "field_key", - "type": "string" + "type": "string", + "oneof_parent": "key_kind" }, { "id": 3, "name": "map_key", - "type": "Expr" + "type": "Expr", + "oneof_parent": "key_kind" }, { "id": 4, @@ -2612,37 +2653,44 @@ { "id": 1, "name": "null_value", - "type": "google.protobuf.NullValue" + "type": "google.protobuf.NullValue", + "oneof_parent": "constant_kind" }, { "id": 2, "name": "bool_value", - "type": "bool" + "type": "bool", + "oneof_parent": "constant_kind" }, { "id": 3, "name": "int64_value", - "type": "int64" + "type": "int64", + "oneof_parent": "constant_kind" }, { "id": 4, "name": "uint64_value", - "type": "uint64" + "type": "uint64", + "oneof_parent": "constant_kind" }, { "id": 5, "name": "double_value", - "type": "double" + "type": "double", + "oneof_parent": "constant_kind" }, { "id": 6, "name": "string_value", - "type": "string" + "type": "string", + "oneof_parent": "constant_kind" }, { "id": 7, "name": "bytes_value", - "type": "bytes" + "type": "bytes", + "oneof_parent": "constant_kind" }, { "id": 8, @@ -2653,7 +2701,8 @@ "name": "deprecated", "value": "true" } - ] + ], + "oneof_parent": "constant_kind" }, { "id": 9, @@ -2664,7 +2713,8 @@ "name": "deprecated", "value": "true" } - ] + ], + "oneof_parent": "constant_kind" } ] }, @@ -2773,62 +2823,74 @@ { "id": 1, "name": "null_value", - "type": "google.protobuf.NullValue" + "type": "google.protobuf.NullValue", + "oneof_parent": "kind" }, { "id": 2, "name": "bool_value", - "type": "bool" + "type": "bool", + "oneof_parent": "kind" }, { "id": 3, "name": "int64_value", - "type": "int64" + "type": "int64", + "oneof_parent": "kind" }, { "id": 4, "name": "uint64_value", - "type": "uint64" + "type": "uint64", + "oneof_parent": "kind" }, { "id": 5, "name": "double_value", - "type": "double" + "type": "double", + "oneof_parent": "kind" }, { "id": 6, "name": "string_value", - "type": "string" + "type": "string", + "oneof_parent": "kind" }, { "id": 7, "name": "bytes_value", - "type": "bytes" + "type": "bytes", + "oneof_parent": "kind" }, { "id": 9, "name": "enum_value", - "type": "EnumValue" + "type": "EnumValue", + "oneof_parent": "kind" }, { "id": 10, "name": "object_value", - "type": "google.protobuf.Any" + "type": "google.protobuf.Any", + "oneof_parent": "kind" }, { "id": 11, "name": "map_value", - "type": "MapValue" + "type": "MapValue", + "oneof_parent": "kind" }, { "id": 12, "name": "list_value", - "type": "ListValue" + "type": "ListValue", + "oneof_parent": "kind" }, { "id": 15, "name": "type_value", - "type": "string" + "type": "string", + "oneof_parent": "kind" } ] }, @@ -2947,12 +3009,14 @@ { "id": 4, "name": "ident", - "type": "IdentDecl" + "type": "IdentDecl", + "oneof_parent": "kind" }, { "id": 5, "name": "function", - "type": "FunctionDecl" + "type": "FunctionDecl", + "oneof_parent": "kind" } ] }, @@ -3090,17 +3154,20 @@ { "id": 1, "name": "value", - "type": "Value" + "type": "Value", + "oneof_parent": "kind" }, { "id": 2, "name": "error", - "type": "ErrorSet" + "type": "ErrorSet", + "oneof_parent": "kind" }, { "id": 3, "name": "unknown", - "type": "UnknownSet" + "type": "UnknownSet", + "oneof_parent": "kind" } ] }, @@ -3207,37 +3274,44 @@ { "id": 3, "name": "literal_expr", - "type": "Literal" + "type": "Literal", + "oneof_parent": "expr_kind" }, { "id": 4, "name": "ident_expr", - "type": "Ident" + "type": "Ident", + "oneof_parent": "expr_kind" }, { "id": 5, "name": "select_expr", - "type": "Select" + "type": "Select", + "oneof_parent": "expr_kind" }, { "id": 6, "name": "call_expr", - "type": "Call" + "type": "Call", + "oneof_parent": "expr_kind" }, { "id": 7, "name": "list_expr", - "type": "CreateList" + "type": "CreateList", + "oneof_parent": "expr_kind" }, { "id": 8, "name": "struct_expr", - "type": "CreateStruct" + "type": "CreateStruct", + "oneof_parent": "expr_kind" }, { "id": 9, "name": "comprehension_expr", - "type": "Comprehension" + "type": "Comprehension", + "oneof_parent": "expr_kind" } ], "messages": [ @@ -3330,12 +3404,14 @@ { "id": 2, "name": "field_key", - "type": "string" + "type": "string", + "oneof_parent": "key_kind" }, { "id": 3, "name": "map_key", - "type": "Expr" + "type": "Expr", + "oneof_parent": "key_kind" }, { "id": 4, @@ -3394,37 +3470,44 @@ { "id": 1, "name": "null_value", - "type": "google.protobuf.NullValue" + "type": "google.protobuf.NullValue", + "oneof_parent": "constant_kind" }, { "id": 2, "name": "bool_value", - "type": "bool" + "type": "bool", + "oneof_parent": "constant_kind" }, { "id": 3, "name": "int64_value", - "type": "int64" + "type": "int64", + "oneof_parent": "constant_kind" }, { "id": 4, "name": "uint64_value", - "type": "uint64" + "type": "uint64", + "oneof_parent": "constant_kind" }, { "id": 5, "name": "double_value", - "type": "double" + "type": "double", + "oneof_parent": "constant_kind" }, { "id": 6, "name": "string_value", - "type": "string" + "type": "string", + "oneof_parent": "constant_kind" }, { "id": 7, "name": "bytes_value", - "type": "bytes" + "type": "bytes", + "oneof_parent": "constant_kind" } ] } @@ -3557,62 +3640,74 @@ { "id": 1, "name": "null_value", - "type": "google.protobuf.NullValue" + "type": "google.protobuf.NullValue", + "oneof_parent": "kind" }, { "id": 2, "name": "bool_value", - "type": "bool" + "type": "bool", + "oneof_parent": "kind" }, { "id": 3, "name": "int64_value", - "type": "int64" + "type": "int64", + "oneof_parent": "kind" }, { "id": 4, "name": "uint64_value", - "type": "uint64" + "type": "uint64", + "oneof_parent": "kind" }, { "id": 5, "name": "double_value", - "type": "double" + "type": "double", + "oneof_parent": "kind" }, { "id": 6, "name": "string_value", - "type": "string" + "type": "string", + "oneof_parent": "kind" }, { "id": 7, "name": "bytes_value", - "type": "bytes" + "type": "bytes", + "oneof_parent": "kind" }, { "id": 9, "name": "enum_value", - "type": "EnumValue" + "type": "EnumValue", + "oneof_parent": "kind" }, { "id": 10, "name": "object_value", - "type": "google.protobuf.Any" + "type": "google.protobuf.Any", + "oneof_parent": "kind" }, { "id": 11, "name": "map_value", - "type": "MapValue" + "type": "MapValue", + "oneof_parent": "kind" }, { "id": 12, "name": "list_value", - "type": "ListValue" + "type": "ListValue", + "oneof_parent": "kind" }, { "id": 15, "name": "type_value", - "type": "string" + "type": "string", + "oneof_parent": "kind" } ] }, @@ -3815,32 +3910,38 @@ { "id": 2, "name": "get", - "type": "string" + "type": "string", + "oneof_parent": "pattern" }, { "id": 3, "name": "put", - "type": "string" + "type": "string", + "oneof_parent": "pattern" }, { "id": 4, "name": "post", - "type": "string" + "type": "string", + "oneof_parent": "pattern" }, { "id": 5, "name": "delete", - "type": "string" + "type": "string", + "oneof_parent": "pattern" }, { "id": 6, "name": "patch", - "type": "string" + "type": "string", + "oneof_parent": "pattern" }, { "id": 8, "name": "custom", - "type": "CustomHttpPattern" + "type": "CustomHttpPattern", + "oneof_parent": "pattern" }, { "id": 7, @@ -5284,17 +5385,20 @@ { "id": 7, "name": "linear_buckets", - "type": "LinearBuckets" + "type": "LinearBuckets", + "oneof_parent": "bucket_option" }, { "id": 8, "name": "exponential_buckets", - "type": "ExponentialBuckets" + "type": "ExponentialBuckets", + "oneof_parent": "bucket_option" }, { "id": 9, "name": "explicit_buckets", - "type": "ExplicitBuckets" + "type": "ExplicitBuckets", + "oneof_parent": "bucket_option" } ], "messages": [ @@ -5409,17 +5513,20 @@ { "id": 2, "name": "proto_payload", - "type": "google.protobuf.Any" + "type": "google.protobuf.Any", + "oneof_parent": "payload" }, { "id": 3, "name": "text_payload", - "type": "string" + "type": "string", + "oneof_parent": "payload" }, { "id": 6, "name": "struct_payload", - "type": "google.protobuf.Struct" + "type": "google.protobuf.Struct", + "oneof_parent": "payload" } ], "maps": [ @@ -5494,27 +5601,32 @@ { "id": 4, "name": "bool_value", - "type": "bool" + "type": "bool", + "oneof_parent": "value" }, { "id": 5, "name": "int64_value", - "type": "int64" + "type": "int64", + "oneof_parent": "value" }, { "id": 6, "name": "double_value", - "type": "double" + "type": "double", + "oneof_parent": "value" }, { "id": 7, "name": "string_value", - "type": "string" + "type": "string", + "oneof_parent": "value" }, { "id": 8, "name": "distribution_value", - "type": "Distribution" + "type": "Distribution", + "oneof_parent": "value" } ], "maps": [ @@ -6425,12 +6537,14 @@ { "id": 5, "name": "traffic_percent_strategy", - "type": "TrafficPercentStrategy" + "type": "TrafficPercentStrategy", + "oneof_parent": "strategy" }, { "id": 200, "name": "delete_service_strategy", - "type": "DeleteServiceStrategy" + "type": "DeleteServiceStrategy", + "oneof_parent": "strategy" }, { "id": 8, @@ -9247,32 +9361,38 @@ { "id": 1, "name": "null_value", - "type": "NullValue" + "type": "NullValue", + "oneof_parent": "kind" }, { "id": 2, "name": "number_value", - "type": "double" + "type": "double", + "oneof_parent": "kind" }, { "id": 3, "name": "string_value", - "type": "string" + "type": "string", + "oneof_parent": "kind" }, { "id": 4, "name": "bool_value", - "type": "bool" + "type": "bool", + "oneof_parent": "kind" }, { "id": 5, "name": "struct_value", - "type": "Struct" + "type": "Struct", + "oneof_parent": "kind" }, { "id": 6, "name": "list_value", - "type": "ListValue" + "type": "ListValue", + "oneof_parent": "kind" } ] }, @@ -10195,27 +10315,32 @@ { "id": 1, "name": "oneof_int32_value", - "type": "int32" + "type": "int32", + "oneof_parent": "oneof_value" }, { "id": 2, "name": "oneof_string_value", - "type": "string" + "type": "string", + "oneof_parent": "oneof_value" }, { "id": 3, "name": "oneof_bytes_value", - "type": "bytes" + "type": "bytes", + "oneof_parent": "oneof_value" }, { "id": 4, "name": "oneof_enum_value", - "type": "EnumType" + "type": "EnumType", + "oneof_parent": "oneof_value" }, { "id": 5, "name": "oneof_message_value", - "type": "MessageType" + "type": "MessageType", + "oneof_parent": "oneof_value" } ] }, @@ -11893,32 +12018,38 @@ { "id": 1, "name": "float", - "type": "FloatRules" + "type": "FloatRules", + "oneof_parent": "type" }, { "id": 2, "name": "double", - "type": "DoubleRules" + "type": "DoubleRules", + "oneof_parent": "type" }, { "id": 3, "name": "string", - "type": "StringRules" + "type": "StringRules", + "oneof_parent": "type" }, { "id": 4, "name": "bool", - "type": "BoolRules" + "type": "BoolRules", + "oneof_parent": "type" }, { "id": 5, "name": "int32", - "type": "Int32Rules" + "type": "Int32Rules", + "oneof_parent": "type" }, { "id": 6, "name": "int64", - "type": "Int64Rules" + "type": "Int64Rules", + "oneof_parent": "type" } ] }, @@ -35864,7 +35995,8 @@ { "id": 2, "name": "cluster", - "type": "string" + "type": "string", + "oneof_parent": "http_upstream_type" }, { "id": 3, @@ -35879,17 +36011,20 @@ { "id": 1, "name": "filename", - "type": "string" + "type": "string", + "oneof_parent": "specifier" }, { "id": 2, "name": "inline_bytes", - "type": "bytes" + "type": "bytes", + "oneof_parent": "specifier" }, { "id": 3, "name": "inline_string", - "type": "string" + "type": "string", + "oneof_parent": "specifier" } ] }, @@ -35910,12 +36045,14 @@ { "id": 3, "name": "remote_jwks", - "type": "RemoteJwks" + "type": "RemoteJwks", + "oneof_parent": "jwks_source_specifier" }, { "id": 4, "name": "local_jwks", - "type": "DataSource" + "type": "DataSource", + "oneof_parent": "jwks_source_specifier" }, { "id": 5, @@ -37539,12 +37676,14 @@ { "id": 1, "name": "pem", - "type": "string" + "type": "string", + "oneof_parent": "certificate_data" }, { "id": 2, "name": "spiffe_bundle_url", - "type": "string" + "type": "string", + "oneof_parent": "certificate_data" }, { "id": 3, @@ -37624,17 +37763,20 @@ { "id": 2, "name": "envoy_ext_authz_http", - "type": "EnvoyExternalAuthorizationHttpProvider" + "type": "EnvoyExternalAuthorizationHttpProvider", + "oneof_parent": "provider" }, { "id": 3, "name": "envoy_ext_authz_grpc", - "type": "EnvoyExternalAuthorizationGrpcProvider" + "type": "EnvoyExternalAuthorizationGrpcProvider", + "oneof_parent": "provider" }, { "id": 4, "name": "zipkin", - "type": "ZipkinTracingProvider" + "type": "ZipkinTracingProvider", + "oneof_parent": "provider" }, { "id": 5, @@ -37645,57 +37787,68 @@ "name": "deprecated", "value": "true" } - ] + ], + "oneof_parent": "provider" }, { "id": 6, "name": "datadog", - "type": "DatadogTracingProvider" + "type": "DatadogTracingProvider", + "oneof_parent": "provider" }, { "id": 7, "name": "stackdriver", - "type": "StackdriverProvider" + "type": "StackdriverProvider", + "oneof_parent": "provider" }, { "id": 8, "name": "opencensus", - "type": "OpenCensusAgentTracingProvider" + "type": "OpenCensusAgentTracingProvider", + "oneof_parent": "provider" }, { "id": 9, "name": "skywalking", - "type": "SkyWalkingTracingProvider" + "type": "SkyWalkingTracingProvider", + "oneof_parent": "provider" }, { "id": 15, "name": "opentelemetry", - "type": "OpenTelemetryTracingProvider" + "type": "OpenTelemetryTracingProvider", + "oneof_parent": "provider" }, { "id": 10, "name": "prometheus", - "type": "PrometheusMetricsProvider" + "type": "PrometheusMetricsProvider", + "oneof_parent": "provider" }, { "id": 11, "name": "envoy_file_access_log", - "type": "EnvoyFileAccessLogProvider" + "type": "EnvoyFileAccessLogProvider", + "oneof_parent": "provider" }, { "id": 12, "name": "envoy_http_als", - "type": "EnvoyHttpGrpcV3LogProvider" + "type": "EnvoyHttpGrpcV3LogProvider", + "oneof_parent": "provider" }, { "id": 13, "name": "envoy_tcp_als", - "type": "EnvoyTcpGrpcV3LogProvider" + "type": "EnvoyTcpGrpcV3LogProvider", + "oneof_parent": "provider" }, { "id": 14, "name": "envoy_otel_als", - "type": "EnvoyOpenTelemetryLogProvider" + "type": "EnvoyOpenTelemetryLogProvider", + "oneof_parent": "provider" } ], "messages": [ @@ -38048,12 +38201,14 @@ { "id": 1, "name": "text", - "type": "string" + "type": "string", + "oneof_parent": "log_format" }, { "id": 2, "name": "labels", - "type": "google.protobuf.Struct" + "type": "google.protobuf.Struct", + "oneof_parent": "log_format" } ] } @@ -38361,12 +38516,14 @@ { "id": 1, "name": "from_cidr", - "type": "string" + "type": "string", + "oneof_parent": "ne" }, { "id": 2, "name": "from_registry", - "type": "string" + "type": "string", + "oneof_parent": "ne" } ] }, @@ -38376,12 +38533,14 @@ { "id": 1, "name": "registry_service_name", - "type": "string" + "type": "string", + "oneof_parent": "gw" }, { "id": 2, "name": "address", - "type": "string" + "type": "string", + "oneof_parent": "gw" }, { "id": 3, @@ -38563,27 +38722,32 @@ { "id": 1, "name": "zipkin", - "type": "Zipkin" + "type": "Zipkin", + "oneof_parent": "tracer" }, { "id": 2, "name": "lightstep", - "type": "Lightstep" + "type": "Lightstep", + "oneof_parent": "tracer" }, { "id": 3, "name": "datadog", - "type": "Datadog" + "type": "Datadog", + "oneof_parent": "tracer" }, { "id": 4, "name": "stackdriver", - "type": "Stackdriver" + "type": "Stackdriver", + "oneof_parent": "tracer" }, { "id": 9, "name": "open_census_agent", - "type": "OpenCensusAgent" + "type": "OpenCensusAgent", + "oneof_parent": "tracer" }, { "id": 6, @@ -38694,17 +38858,20 @@ { "id": 1, "name": "literal", - "type": "Literal" + "type": "Literal", + "oneof_parent": "type" }, { "id": 2, "name": "environment", - "type": "Environment" + "type": "Environment", + "oneof_parent": "type" }, { "id": 3, "name": "header", - "type": "RequestHeader" + "type": "RequestHeader", + "oneof_parent": "type" } ] }, @@ -38796,12 +38963,14 @@ { "id": 2, "name": "cryptomb", - "type": "CryptoMb" + "type": "CryptoMb", + "oneof_parent": "provider" }, { "id": 3, "name": "qat", - "type": "QAT" + "type": "QAT", + "oneof_parent": "provider" } ], "messages": [ @@ -38853,12 +39022,14 @@ { "id": 3, "name": "service_cluster", - "type": "string" + "type": "string", + "oneof_parent": "cluster_name" }, { "id": 36, "name": "tracing_service_name", - "type": "TracingServiceName" + "type": "TracingServiceName", + "oneof_parent": "cluster_name" }, { "id": 4, @@ -39595,12 +39766,14 @@ { "id": 1, "name": "simple", - "type": "SimpleLB" + "type": "SimpleLB", + "oneof_parent": "lb_policy" }, { "id": 2, "name": "consistent_hash", - "type": "ConsistentHashLB" + "type": "ConsistentHashLB", + "oneof_parent": "lb_policy" }, { "id": 3, @@ -39620,32 +39793,38 @@ { "id": 1, "name": "http_header_name", - "type": "string" + "type": "string", + "oneof_parent": "hash_key" }, { "id": 2, "name": "http_cookie", - "type": "HTTPCookie" + "type": "HTTPCookie", + "oneof_parent": "hash_key" }, { "id": 3, "name": "use_source_ip", - "type": "bool" + "type": "bool", + "oneof_parent": "hash_key" }, { "id": 5, "name": "http_query_parameter_name", - "type": "string" + "type": "string", + "oneof_parent": "hash_key" }, { "id": 6, "name": "ring_hash", - "type": "RingHash" + "type": "RingHash", + "oneof_parent": "hash_algorithm" }, { "id": 7, "name": "maglev", - "type": "MagLev" + "type": "MagLev", + "oneof_parent": "hash_algorithm" }, { "id": 4, @@ -40438,17 +40617,20 @@ { "id": 3, "name": "listener", - "type": "ListenerMatch" + "type": "ListenerMatch", + "oneof_parent": "object_types" }, { "id": 4, "name": "route_configuration", - "type": "RouteConfigurationMatch" + "type": "RouteConfigurationMatch", + "oneof_parent": "object_types" }, { "id": 5, "name": "cluster", - "type": "ClusterMatch" + "type": "ClusterMatch", + "oneof_parent": "object_types" } ] }, @@ -41719,12 +41901,14 @@ { "id": 4, "name": "port", - "type": "uint32" + "type": "uint32", + "oneof_parent": "redirect_port" }, { "id": 5, "name": "derive_port", - "type": "RedirectPortSelection" + "type": "RedirectPortSelection", + "oneof_parent": "redirect_port" }, { "id": 6, @@ -41765,12 +41949,14 @@ { "id": 1, "name": "string", - "type": "string" + "type": "string", + "oneof_parent": "specifier" }, { "id": 2, "name": "bytes", - "type": "bytes" + "type": "bytes", + "oneof_parent": "specifier" } ] }, @@ -41815,17 +42001,20 @@ { "id": 1, "name": "exact", - "type": "string" + "type": "string", + "oneof_parent": "match_type" }, { "id": 2, "name": "prefix", - "type": "string" + "type": "string", + "oneof_parent": "match_type" }, { "id": 3, "name": "regex", - "type": "string" + "type": "string", + "oneof_parent": "match_type" } ] }, @@ -41937,12 +42126,14 @@ { "id": 2, "name": "fixed_delay", - "type": "google.protobuf.Duration" + "type": "google.protobuf.Duration", + "oneof_parent": "http_delay_type" }, { "id": 3, "name": "exponential_delay", - "type": "google.protobuf.Duration" + "type": "google.protobuf.Duration", + "oneof_parent": "http_delay_type" }, { "id": 5, @@ -41957,17 +42148,20 @@ { "id": 2, "name": "http_status", - "type": "int32" + "type": "int32", + "oneof_parent": "error_type" }, { "id": 3, "name": "grpc_status", - "type": "string" + "type": "string", + "oneof_parent": "error_type" }, { "id": 4, "name": "http2_error", - "type": "string" + "type": "string", + "oneof_parent": "error_type" }, { "id": 5, @@ -42202,17 +42396,20 @@ { "id": 7, "name": "http_get", - "type": "HTTPHealthCheckConfig" + "type": "HTTPHealthCheckConfig", + "oneof_parent": "health_check_method" }, { "id": 8, "name": "tcp_socket", - "type": "TCPHealthCheckConfig" + "type": "TCPHealthCheckConfig", + "oneof_parent": "health_check_method" }, { "id": 9, "name": "exec", - "type": "ExecHealthCheckConfig" + "type": "ExecHealthCheckConfig", + "oneof_parent": "health_check_method" } ] }, @@ -42598,12 +42795,14 @@ { "id": 1, "name": "simple", - "type": "SimpleLB" + "type": "SimpleLB", + "oneof_parent": "lb_policy" }, { "id": 2, "name": "consistent_hash", - "type": "ConsistentHashLB" + "type": "ConsistentHashLB", + "oneof_parent": "lb_policy" }, { "id": 3, @@ -42623,32 +42822,38 @@ { "id": 1, "name": "http_header_name", - "type": "string" + "type": "string", + "oneof_parent": "hash_key" }, { "id": 2, "name": "http_cookie", - "type": "HTTPCookie" + "type": "HTTPCookie", + "oneof_parent": "hash_key" }, { "id": 3, "name": "use_source_ip", - "type": "bool" + "type": "bool", + "oneof_parent": "hash_key" }, { "id": 5, "name": "http_query_parameter_name", - "type": "string" + "type": "string", + "oneof_parent": "hash_key" }, { "id": 6, "name": "ring_hash", - "type": "RingHash" + "type": "RingHash", + "oneof_parent": "hash_algorithm" }, { "id": 7, "name": "maglev", - "type": "MagLev" + "type": "MagLev", + "oneof_parent": "hash_algorithm" }, { "id": 4, @@ -44312,12 +44517,14 @@ { "id": 4, "name": "port", - "type": "uint32" + "type": "uint32", + "oneof_parent": "redirect_port" }, { "id": 5, "name": "derive_port", - "type": "RedirectPortSelection" + "type": "RedirectPortSelection", + "oneof_parent": "redirect_port" }, { "id": 6, @@ -44358,12 +44565,14 @@ { "id": 1, "name": "string", - "type": "string" + "type": "string", + "oneof_parent": "specifier" }, { "id": 2, "name": "bytes", - "type": "bytes" + "type": "bytes", + "oneof_parent": "specifier" } ] }, @@ -44408,17 +44617,20 @@ { "id": 1, "name": "exact", - "type": "string" + "type": "string", + "oneof_parent": "match_type" }, { "id": 2, "name": "prefix", - "type": "string" + "type": "string", + "oneof_parent": "match_type" }, { "id": 3, "name": "regex", - "type": "string" + "type": "string", + "oneof_parent": "match_type" } ] }, @@ -44530,12 +44742,14 @@ { "id": 2, "name": "fixed_delay", - "type": "google.protobuf.Duration" + "type": "google.protobuf.Duration", + "oneof_parent": "http_delay_type" }, { "id": 3, "name": "exponential_delay", - "type": "google.protobuf.Duration" + "type": "google.protobuf.Duration", + "oneof_parent": "http_delay_type" }, { "id": 5, @@ -44550,17 +44764,20 @@ { "id": 2, "name": "http_status", - "type": "int32" + "type": "int32", + "oneof_parent": "error_type" }, { "id": 3, "name": "grpc_status", - "type": "string" + "type": "string", + "oneof_parent": "error_type" }, { "id": 4, "name": "http2_error", - "type": "string" + "type": "string", + "oneof_parent": "error_type" }, { "id": 5, @@ -44795,17 +45012,20 @@ { "id": 7, "name": "http_get", - "type": "HTTPHealthCheckConfig" + "type": "HTTPHealthCheckConfig", + "oneof_parent": "health_check_method" }, { "id": 8, "name": "tcp_socket", - "type": "TCPHealthCheckConfig" + "type": "TCPHealthCheckConfig", + "oneof_parent": "health_check_method" }, { "id": 9, "name": "exec", - "type": "ExecHealthCheckConfig" + "type": "ExecHealthCheckConfig", + "oneof_parent": "health_check_method" } ] }, @@ -46891,7 +47111,8 @@ { "id": 4, "name": "provider", - "type": "ExtensionProvider" + "type": "ExtensionProvider", + "oneof_parent": "action_detail" } ], "messages": [ @@ -47403,7 +47624,8 @@ { "id": 4, "name": "provider", - "type": "ExtensionProvider" + "type": "ExtensionProvider", + "oneof_parent": "action_detail" } ], "messages": [ @@ -48086,17 +48308,20 @@ { "id": 1, "name": "literal", - "type": "Literal" + "type": "Literal", + "oneof_parent": "type" }, { "id": 2, "name": "environment", - "type": "Environment" + "type": "Environment", + "oneof_parent": "type" }, { "id": 3, "name": "header", - "type": "RequestHeader" + "type": "RequestHeader", + "oneof_parent": "type" } ] }, @@ -48204,12 +48429,14 @@ { "id": 1, "name": "metric", - "type": "IstioMetric" + "type": "IstioMetric", + "oneof_parent": "metric_match" }, { "id": 2, "name": "custom_metric", - "type": "string" + "type": "string", + "oneof_parent": "metric_match" }, { "id": 3, diff --git a/security/v1/authorization_policy.pb.go b/security/v1/authorization_policy.pb.go index 427dc9c7ad1..33b8c2dc67a 100644 --- a/security/v1/authorization_policy.pb.go +++ b/security/v1/authorization_policy.pb.go @@ -14,7 +14,7 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.31.0 +// protoc-gen-go v1.32.0 // protoc (unknown) // source: security/v1/authorization_policy.proto diff --git a/security/v1/jwt.pb.go b/security/v1/jwt.pb.go index 1c191543a8f..58809dc584b 100644 --- a/security/v1/jwt.pb.go +++ b/security/v1/jwt.pb.go @@ -14,7 +14,7 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.31.0 +// protoc-gen-go v1.32.0 // protoc (unknown) // source: security/v1/jwt.proto diff --git a/security/v1/request_authentication.pb.go b/security/v1/request_authentication.pb.go index 458c03cc499..55d67f84c66 100644 --- a/security/v1/request_authentication.pb.go +++ b/security/v1/request_authentication.pb.go @@ -14,7 +14,7 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.31.0 +// protoc-gen-go v1.32.0 // protoc (unknown) // source: security/v1/request_authentication.proto diff --git a/security/v1alpha1/ca.pb.go b/security/v1alpha1/ca.pb.go index 1ae2dff99f3..2aea88c3d9f 100644 --- a/security/v1alpha1/ca.pb.go +++ b/security/v1alpha1/ca.pb.go @@ -14,7 +14,7 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.31.0 +// protoc-gen-go v1.32.0 // protoc (unknown) // source: security/v1alpha1/ca.proto diff --git a/security/v1beta1/authorization_policy.pb.go b/security/v1beta1/authorization_policy.pb.go index faf1e667d2a..d89b1316c27 100644 --- a/security/v1beta1/authorization_policy.pb.go +++ b/security/v1beta1/authorization_policy.pb.go @@ -14,7 +14,7 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.31.0 +// protoc-gen-go v1.32.0 // protoc (unknown) // source: security/v1beta1/authorization_policy.proto diff --git a/security/v1beta1/jwt.pb.go b/security/v1beta1/jwt.pb.go index 7cbd6ce182f..e5f43603069 100644 --- a/security/v1beta1/jwt.pb.go +++ b/security/v1beta1/jwt.pb.go @@ -14,7 +14,7 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.31.0 +// protoc-gen-go v1.32.0 // protoc (unknown) // source: security/v1beta1/jwt.proto diff --git a/security/v1beta1/peer_authentication.pb.go b/security/v1beta1/peer_authentication.pb.go index fae2f5d602b..5d2fa1e4681 100644 --- a/security/v1beta1/peer_authentication.pb.go +++ b/security/v1beta1/peer_authentication.pb.go @@ -14,7 +14,7 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.31.0 +// protoc-gen-go v1.32.0 // protoc (unknown) // source: security/v1beta1/peer_authentication.proto diff --git a/security/v1beta1/request_authentication.pb.go b/security/v1beta1/request_authentication.pb.go index 7b5a9173ad7..b9403e0b345 100644 --- a/security/v1beta1/request_authentication.pb.go +++ b/security/v1beta1/request_authentication.pb.go @@ -14,7 +14,7 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.31.0 +// protoc-gen-go v1.32.0 // protoc (unknown) // source: security/v1beta1/request_authentication.proto diff --git a/telemetry/v1alpha1/telemetry.pb.go b/telemetry/v1alpha1/telemetry.pb.go index e71126cce7d..4a0a6343580 100644 --- a/telemetry/v1alpha1/telemetry.pb.go +++ b/telemetry/v1alpha1/telemetry.pb.go @@ -14,7 +14,7 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.31.0 +// protoc-gen-go v1.32.0 // protoc (unknown) // source: telemetry/v1alpha1/telemetry.proto diff --git a/type/v1beta1/selector.pb.go b/type/v1beta1/selector.pb.go index 5cd9dd89156..9a4773b8c76 100644 --- a/type/v1beta1/selector.pb.go +++ b/type/v1beta1/selector.pb.go @@ -14,7 +14,7 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.31.0 +// protoc-gen-go v1.32.0 // protoc (unknown) // source: type/v1beta1/selector.proto