Navigation :
Installation
Tutorials
Reference
-
Command-Line Reference
-
Operator API Reference
-- core.solo.iogithub.com/solo-io/solo-kit/api/v1/metadata.proto
-- core.solo.iogithub.com/solo-io/solo-kit/api/v1/ref.proto
-- core.solo.iogithub.com/solo-io/solo-kit/api/v1/solo-kit.proto
-- core.solo.iogithub.com/solo-io/solo-kit/api/v1/status.proto
-- envoy.api.v2.coreenvoy/api/v2/core/base.proto
-- envoy.api.v2.coreenvoy/api/v2/core/http_uri.proto
-- envoy.api.v2github.com/solo-io/solo-kit/api/external/envoy/api/v2/discovery.proto
-- envoy.typeenvoy/type/percent.proto
-- extprotoextproto/ext.proto
-- gogoprotogithub.com/gogo/protobuf/gogoproto/gogo.proto
-- google.apigithub.com/solo-io/solo-kit/api/external/google/api/annotations.proto
-- google.apigithub.com/solo-io/solo-kit/api/external/google/api/http.proto
-- google.protobufgithub.com/solo-io/solo-kit/api/external/google/protobuf/any.proto
-- google.protobufgithub.com/solo-io/solo-kit/api/external/google/protobuf/descriptor.proto
-- google.protobufgithub.com/solo-io/solo-kit/api/external/google/protobuf/duration.proto
-- google.protobufgithub.com/solo-io/solo-kit/api/external/google/protobuf/empty.proto
-- google.protobufgithub.com/solo-io/solo-kit/api/external/google/protobuf/struct.proto
-- google.protobufgithub.com/solo-io/solo-kit/api/external/google/protobuf/timestamp.proto
-- google.protobufgithub.com/solo-io/solo-kit/api/external/google/protobuf/wrappers.proto
-- io.prometheus.clientgithub.com/solo-io/solo-kit/api/external/metrics.proto
-- opencensus.proto.tracegithub.com/solo-io/solo-kit/api/external/trace.proto
-- validategithub.com/envoyproxy/protoc-gen-validate/validate/validate.proto
-- wasme.iogithub.com/solo-io/wasm/tools/wasme/cli/operator/api/wasme/v1/filter_deployment.proto
-
Wasme Image Config Reference
envoy.api.v2.coreenvoy/api/v2/core/http_uri.proto
Package : envoy.api.v2.core
Top
envoy/api/v2/core/http_uri.proto
Table of Contents
HttpUri
Envoy external URI descriptor
Field
Type
Label
Description
uri
string
The HTTP server URI. It should be a full FQDN with protocol, host and path.
Example:
.. code-block:: yaml
uri: https://www.googleapis.com/oauth2/v1/certs |
| cluster | string | | A cluster is created in the Envoy "cluster_manager" config
section. This field specifies the cluster name.
Example:
.. code-block:: yaml
cluster: jwks_cluster |
| timeout | google.protobuf.Duration | | Sets the maximum duration in milliseconds that a response can take to arrive upon request. |