From f92cfdcf6496c0acdce88052fe9ebe2ad5059711 Mon Sep 17 00:00:00 2001 From: sheidkamp Date: Fri, 15 Nov 2024 12:57:49 -0500 Subject: [PATCH] regenerate --- .../solo-io/gloo/projects/gloo/api/v1/proxy.proto.sk.md | 2 +- projects/gloo/api/v1/proxy.proto | 2 +- projects/gloo/pkg/api/v1/proxy.pb.go | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/content/reference/api/github.com/solo-io/gloo/projects/gloo/api/v1/proxy.proto.sk.md b/docs/content/reference/api/github.com/solo-io/gloo/projects/gloo/api/v1/proxy.proto.sk.md index 30a39bb9bad..63f087d1560 100644 --- a/docs/content/reference/api/github.com/solo-io/gloo/projects/gloo/api/v1/proxy.proto.sk.md +++ b/docs/content/reference/api/github.com/solo-io/gloo/projects/gloo/api/v1/proxy.proto.sk.md @@ -431,7 +431,7 @@ Routes declare the entry points on virtual hosts and the action to take for matc | `routeAction` | [.gloo.solo.io.RouteAction](../proxy.proto.sk/#routeaction) | This action is the primary action to be selected for most routes. The RouteAction tells the proxy to route requests to an upstream. Only one of `routeAction`, `redirectAction`, `directResponseAction`, or `graphqlApiRef` can be set. | | `redirectAction` | [.gloo.solo.io.RedirectAction](../proxy.proto.sk/#redirectaction) | Redirect actions tell the proxy to return a redirect response to the downstream client. Only one of `redirectAction`, `routeAction`, `directResponseAction`, or `graphqlApiRef` can be set. | | `directResponseAction` | [.gloo.solo.io.DirectResponseAction](../proxy.proto.sk/#directresponseaction) | Return an arbitrary HTTP response directly, without proxying. Only one of `directResponseAction`, `routeAction`, `redirectAction`, or `graphqlApiRef` can be set. | -| `graphqlApiRef` | [.core.solo.io.ResourceRef](../../../../../../solo-kit/api/v1/ref.proto.sk/#resourceref) | Deprecated, Enterprise-Only: This feature is deprecated and wil. APIs are versioned as alpha and subject to change. A reference to a GraphQLApi CR. Resolution of the client request to upstream(s) will be delegated to the resolution policies defined in the GraphQLApi CR. If configured, the graphql filter will operate instead of the envoy router filter, so configuration (such as retries) that applies to the router filter will not be applied. Only one of `graphqlApiRef`, `routeAction`, `redirectAction`, or `directResponseAction` can be set. | +| `graphqlApiRef` | [.core.solo.io.ResourceRef](../../../../../../solo-kit/api/v1/ref.proto.sk/#resourceref) | Deprecated, Enterprise-Only: This feature is deprecated and will be removed in a future release. APIs are versioned as alpha and subject to change. A reference to a GraphQLApi CR. Resolution of the client request to upstream(s) will be delegated to the resolution policies defined in the GraphQLApi CR. If configured, the graphql filter will operate instead of the envoy router filter, so configuration (such as retries) that applies to the router filter will not be applied. Only one of `graphqlApiRef`, `routeAction`, `redirectAction`, or `directResponseAction` can be set. | | `options` | [.gloo.solo.io.RouteOptions](../route_options.proto.sk/#routeoptions) | Route Options extend the behavior of routes. Route options include configuration such as retries, rate limiting, and request/response transformation. | | `metadata` | [.google.protobuf.Struct](https://developers.google.com/protocol-buffers/docs/reference/csharp/class/google/protobuf/well-known-types/struct) | Metadata for the individual route This data is opaque to Gloo, used by controllers to track ownership of routes within a proxy as they are typically generated by a controller (such as the gateway) Deprecated: prefer the any field below. Only one of `metadata` or `metadataStatic` can be set. | | `metadataStatic` | [.gloo.solo.io.SourceMetadata](../proxy.proto.sk/#sourcemetadata) | Inline metadata used by gloo controller to track ownership. Only one of `metadataStatic` or `metadata` can be set. | diff --git a/projects/gloo/api/v1/proxy.proto b/projects/gloo/api/v1/proxy.proto index 1664898eb50..51af9974f07 100644 --- a/projects/gloo/api/v1/proxy.proto +++ b/projects/gloo/api/v1/proxy.proto @@ -366,7 +366,7 @@ message Route { // Return an arbitrary HTTP response directly, without proxying. DirectResponseAction direct_response_action = 4; - // Deprecated, Enterprise-Only: This feature is deprecated and wil. APIs are versioned as alpha and subject to change. + // Deprecated, Enterprise-Only: This feature is deprecated and will be removed in a future release. APIs are versioned as alpha and subject to change. // A reference to a GraphQLApi CR. Resolution of the client request to upstream(s) will be delegated to // the resolution policies defined in the GraphQLApi CR. If configured, the graphql filter will operate // instead of the envoy router filter, so configuration (such as retries) that applies to the router filter diff --git a/projects/gloo/pkg/api/v1/proxy.pb.go b/projects/gloo/pkg/api/v1/proxy.pb.go index 064a864d6e5..0dc0f308cd3 100644 --- a/projects/gloo/pkg/api/v1/proxy.pb.go +++ b/projects/gloo/pkg/api/v1/proxy.pb.go @@ -1297,7 +1297,7 @@ type Route_DirectResponseAction struct { } type Route_GraphqlApiRef struct { - // Deprecated, Enterprise-Only: THIS FEATURE IS DEPRECATED AND WILL BE REMOVED IN A FUTURE RELEASE. APIs are versioned as alpha and subject to change. + // Deprecated, Enterprise-Only: This feature is deprecated and will be removed in a future release. APIs are versioned as alpha and subject to change. // A reference to a GraphQLApi CR. Resolution of the client request to upstream(s) will be delegated to // the resolution policies defined in the GraphQLApi CR. If configured, the graphql filter will operate // instead of the envoy router filter, so configuration (such as retries) that applies to the router filter