Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ option go_package = "github.com/envoyproxy/go-control-plane/envoy/extensions/vcl
option (udpa.annotations.file_status).work_in_progress = true;
option (udpa.annotations.file_status).package_version_status = ACTIVE;

// [#protodoc-title: Vcl Socket Interface configuration]
// [#protodoc-title: VCL socket interface configuration]
// VCL :ref:`configuration overview <config_sock_interface_vcl>`.
// [#extension: envoy.bootstrap.vcl]

Expand Down
2 changes: 1 addition & 1 deletion api/envoy/admin/v3/server_info.proto
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ option java_multiple_files = true;
option go_package = "github.com/envoyproxy/go-control-plane/envoy/admin/v3;adminv3";
option (udpa.annotations.file_status).package_version_status = ACTIVE;

// [#protodoc-title: Server State]
// [#protodoc-title: Server state]

// Proto representation of the value returned by /server_info, containing
// server version/server status information.
Expand Down
2 changes: 1 addition & 1 deletion api/envoy/config/common/key_value/v3/config.proto
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ option java_multiple_files = true;
option go_package = "github.com/envoyproxy/go-control-plane/envoy/config/common/key_value/v3;key_valuev3";
option (udpa.annotations.file_status).package_version_status = ACTIVE;

// [#protodoc-title: Key Value Store storage plugin]
// [#protodoc-title: Key/value store storage plugin]

// This shared configuration for Envoy key value stores.
message KeyValueStoreConfig {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ option java_multiple_files = true;
option go_package = "github.com/envoyproxy/go-control-plane/envoy/config/common/mutation_rules/v3;mutation_rulesv3";
option (udpa.annotations.file_status).package_version_status = ACTIVE;

// [#protodoc-title: Header Mutation Rules]
// [#protodoc-title: Header mutation rules]

// The HeaderMutationRules structure specifies what headers may be
// manipulated by a processing filter. This set of rules makes it
Expand Down
2 changes: 1 addition & 1 deletion api/envoy/config/core/v3/backoff.proto
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ option java_multiple_files = true;
option go_package = "github.com/envoyproxy/go-control-plane/envoy/config/core/v3;corev3";
option (udpa.annotations.file_status).package_version_status = ACTIVE;

// [#protodoc-title: Backoff Strategy]
// [#protodoc-title: Backoff strategy]

// Configuration defining a jittered exponential back off strategy.
message BackoffStrategy {
Expand Down
2 changes: 1 addition & 1 deletion api/envoy/config/core/v3/http_uri.proto
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ option java_multiple_files = true;
option go_package = "github.com/envoyproxy/go-control-plane/envoy/config/core/v3;corev3";
option (udpa.annotations.file_status).package_version_status = ACTIVE;

// [#protodoc-title: HTTP Service URI ]
// [#protodoc-title: HTTP service URI ]

// Envoy external URI descriptor
message HttpUri {
Expand Down
2 changes: 1 addition & 1 deletion api/envoy/config/core/v3/proxy_protocol.proto
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ option java_multiple_files = true;
option go_package = "github.com/envoyproxy/go-control-plane/envoy/config/core/v3;corev3";
option (udpa.annotations.file_status).package_version_status = ACTIVE;

// [#protodoc-title: Proxy Protocol]
// [#protodoc-title: Proxy protocol]

message ProxyProtocolConfig {
enum Version {
Expand Down
2 changes: 1 addition & 1 deletion api/envoy/config/core/v3/socket_option.proto
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ option java_multiple_files = true;
option go_package = "github.com/envoyproxy/go-control-plane/envoy/config/core/v3;corev3";
option (udpa.annotations.file_status).package_version_status = ACTIVE;

// [#protodoc-title: Socket Option ]
// [#protodoc-title: Socket option]

// Generic socket option message. This would be used to set socket options that
// might not exist in upstream kernels or precompiled Envoy binaries.
Expand Down
2 changes: 1 addition & 1 deletion api/envoy/config/tap/v3/common.proto
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ option java_multiple_files = true;
option go_package = "github.com/envoyproxy/go-control-plane/envoy/config/tap/v3;tapv3";
option (udpa.annotations.file_status).package_version_status = ACTIVE;

// [#protodoc-title: Common tap configuration]
// [#protodoc-title: Tap common configuration]

// Tap configuration.
message TapConfig {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ option java_multiple_files = true;
option go_package = "github.com/envoyproxy/go-control-plane/envoy/extensions/common/matching/v3;matchingv3";
option (udpa.annotations.file_status).package_version_status = ACTIVE;

// [#protodoc-title: Extension Matcher]
// [#protodoc-title: Extension matcher]

// Wrapper around an existing extension that provides an associated matcher. This allows
// decorating an existing extension with a matcher, which can be used to match against
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ option java_multiple_files = true;
option go_package = "github.com/envoyproxy/go-control-plane/envoy/extensions/filters/common/matcher/action/v3;actionv3";
option (udpa.annotations.file_status).package_version_status = ACTIVE;

// [#protodoc-title: Common Match Actions]
// [#protodoc-title: Common match actions]

// Configuration for the SkipFilter match action. When matching results in this action, the
// associated filter will be ignored for all filter callbacks (e.g. ``encodeHeaders``, ``encodeData``,
Expand Down
2 changes: 1 addition & 1 deletion api/envoy/extensions/key_value/file_based/v3/config.proto
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ option java_multiple_files = true;
option go_package = "github.com/envoyproxy/go-control-plane/envoy/extensions/key_value/file_based/v3;file_basedv3";
option (udpa.annotations.file_status).package_version_status = ACTIVE;

// [#protodoc-title: File Based Key Value Store storage plugin]
// [#protodoc-title: Key/value file-based store storage plugin]

// [#extension: envoy.key_value.file_based]
// This is configuration to flush a key value store out to disk.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ option java_multiple_files = true;
option go_package = "github.com/envoyproxy/go-control-plane/envoy/extensions/matching/common_inputs/environment_variable/v3;environment_variablev3";
option (udpa.annotations.file_status).package_version_status = ACTIVE;

// [#protodoc-title: Environment Variable Input]
// [#protodoc-title: Environment variable input]
// [#extension: envoy.matching.common_inputs.environment_variable]

// Reads an environment variable to provide an input for matching.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ option java_multiple_files = true;
option go_package = "github.com/envoyproxy/go-control-plane/envoy/extensions/matching/common_inputs/network/v3;networkv3";
option (udpa.annotations.file_status).package_version_status = ACTIVE;

// [#protodoc-title: Common Network Matching Inputs]
// [#protodoc-title: Common network matching inputs]

// Specifies that matching should be performed by the destination IP address.
// [#extension: envoy.matching.inputs.destination_ip]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ option java_multiple_files = true;
option go_package = "github.com/envoyproxy/go-control-plane/envoy/extensions/matching/common_inputs/ssl/v3;sslv3";
option (udpa.annotations.file_status).package_version_status = ACTIVE;

// [#protodoc-title: Common SSL Matching Inputs]
// [#protodoc-title: Common SSL matching inputs]

// List of comma-delimited URIs in the SAN field of the peer certificate for a downstream.
// [#extension: envoy.matching.inputs.uri_san]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ option java_multiple_files = true;
option go_package = "github.com/envoyproxy/go-control-plane/envoy/extensions/matching/input_matchers/consistent_hashing/v3;consistent_hashingv3";
option (udpa.annotations.file_status).package_version_status = ACTIVE;

// [#protodoc-title: Consistent Hashing Matcher]
// [#protodoc-title: Consistent hashing matcher]
// [#extension: envoy.matching.matchers.consistent_hashing]

// The consistent hashing matchers computes a consistent hash from the input and matches if the resulting hash
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ option java_multiple_files = true;
option go_package = "github.com/envoyproxy/go-control-plane/envoy/extensions/network/socket_interface/v3;socket_interfacev3";
option (udpa.annotations.file_status).package_version_status = ACTIVE;

// [#protodoc-title: Default Socket Interface configuration]
// [#protodoc-title: Default socket interface configuration]

// Configuration for default socket interface that relies on OS dependent syscall to create
// sockets.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ option java_multiple_files = true;
option go_package = "github.com/envoyproxy/go-control-plane/envoy/extensions/udp_packet_writer/v3;udp_packet_writerv3";
option (udpa.annotations.file_status).package_version_status = ACTIVE;

// [#protodoc-title: UDP packet writer config]
// [#protodoc-title: UDP GSO batch packet writer config]
// [#extension: envoy.udp_packet_writer.gso]

// Configuration for the UDP GSO batch packet writer factory.
Expand Down
2 changes: 1 addition & 1 deletion api/envoy/service/accesslog/v3/als.proto
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ option go_package = "github.com/envoyproxy/go-control-plane/envoy/service/access
option java_generic_services = true;
option (udpa.annotations.file_status).package_version_status = ACTIVE;

// [#protodoc-title: gRPC Access Log Service (ALS)]
// [#protodoc-title: gRPC access log service (ALS)]

// Service for streaming access logs from Envoy to an access log server.
service AccessLogService {
Expand Down
2 changes: 1 addition & 1 deletion api/envoy/service/auth/v3/attribute_context.proto
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ option java_multiple_files = true;
option go_package = "github.com/envoyproxy/go-control-plane/envoy/service/auth/v3;authv3";
option (udpa.annotations.file_status).package_version_status = ACTIVE;

// [#protodoc-title: Attribute Context ]
// [#protodoc-title: Attribute context]

// See :ref:`network filter configuration overview <config_network_filters_ext_authz>`
// and :ref:`HTTP filter configuration overview <config_http_filters_ext_authz>`.
Expand Down
2 changes: 1 addition & 1 deletion api/envoy/service/auth/v3/external_auth.proto
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ option go_package = "github.com/envoyproxy/go-control-plane/envoy/service/auth/v
option java_generic_services = true;
option (udpa.annotations.file_status).package_version_status = ACTIVE;

// [#protodoc-title: Authorization Service ]
// [#protodoc-title: Authorization service]

// The authorization service request messages used by external authorization :ref:`network filter
// <config_network_filters_ext_authz>` and :ref:`HTTP filter <config_http_filters_ext_authz>`.
Expand Down
2 changes: 1 addition & 1 deletion api/envoy/service/ext_proc/v3/external_processor.proto
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ option java_generic_services = true;
option (udpa.annotations.file_status).package_version_status = ACTIVE;
option (xds.annotations.v3.file_status).work_in_progress = true;

// [#protodoc-title: External Processing Service]
// [#protodoc-title: External processing service]

// A service that can access and modify HTTP requests and responses
// as part of a filter chain.
Expand Down
2 changes: 1 addition & 1 deletion api/envoy/service/extension/v3/config_discovery.proto
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ option go_package = "github.com/envoyproxy/go-control-plane/envoy/service/extens
option java_generic_services = true;
option (udpa.annotations.file_status).package_version_status = ACTIVE;

// [#protodoc-title: Extension Config Discovery Service (ECDS)]
// [#protodoc-title: Extension config discovery service (ECDS)]

// Return extension configurations.
service ExtensionConfigDiscoveryService {
Expand Down
2 changes: 1 addition & 1 deletion api/envoy/service/health/v3/hds.proto
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ option go_package = "github.com/envoyproxy/go-control-plane/envoy/service/health
option java_generic_services = true;
option (udpa.annotations.file_status).package_version_status = ACTIVE;

// [#protodoc-title: Health Discovery Service (HDS)]
// [#protodoc-title: Health discovery service (HDS)]

// HDS is Health Discovery Service. It compliments Envoy’s health checking
// service by designating this Envoy to be a healthchecker for a subset of hosts
Expand Down
2 changes: 1 addition & 1 deletion api/envoy/service/load_stats/v3/lrs.proto
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ option go_package = "github.com/envoyproxy/go-control-plane/envoy/service/load_s
option java_generic_services = true;
option (udpa.annotations.file_status).package_version_status = ACTIVE;

// [#protodoc-title: Load Reporting service (LRS)]
// [#protodoc-title: Load reporting service (LRS)]

// Load Reporting Service is an Envoy API to emit load reports. Envoy will initiate a bi-directional
// stream with a management server. Upon connecting, the management server can send a
Expand Down
2 changes: 1 addition & 1 deletion api/envoy/service/ratelimit/v3/rls.proto
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ option go_package = "github.com/envoyproxy/go-control-plane/envoy/service/rateli
option java_generic_services = true;
option (udpa.annotations.file_status).package_version_status = ACTIVE;

// [#protodoc-title: Rate Limit Service (RLS)]
// [#protodoc-title: Rate limit service (RLS)]

service RateLimitService {
// Determine whether rate limiting should take place.
Expand Down
2 changes: 1 addition & 1 deletion api/envoy/service/runtime/v3/rtds.proto
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ option go_package = "github.com/envoyproxy/go-control-plane/envoy/service/runtim
option java_generic_services = true;
option (udpa.annotations.file_status).package_version_status = ACTIVE;

// [#protodoc-title: Runtime Discovery Service (RTDS)]
// [#protodoc-title: Runtime discovery service (RTDS)]
// RTDS :ref:`configuration overview <config_runtime_rtds>`

// Discovery service for Runtime resources.
Expand Down
2 changes: 1 addition & 1 deletion api/envoy/service/status/v3/csds.proto
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ option go_package = "github.com/envoyproxy/go-control-plane/envoy/service/status
option java_generic_services = true;
option (udpa.annotations.file_status).package_version_status = ACTIVE;

// [#protodoc-title: Client Status Discovery Service (CSDS)]
// [#protodoc-title: Client status discovery service (CSDS)]

// CSDS is Client Status Discovery Service. It can be used to get the status of
// an xDS-compliant client from the management server's point of view. It can
Expand Down
2 changes: 1 addition & 1 deletion api/envoy/service/tap/v3/tap.proto
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ option go_package = "github.com/envoyproxy/go-control-plane/envoy/service/tap/v3
option java_generic_services = true;
option (udpa.annotations.file_status).package_version_status = ACTIVE;

// [#protodoc-title: Tap Sink Service]
// [#protodoc-title: Tap sink service]

// [#not-implemented-hide:] A tap service to receive incoming taps. Envoy will call
// StreamTaps to deliver captured taps to the server
Expand Down
2 changes: 1 addition & 1 deletion api/envoy/type/http/v3/cookie.proto
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ option java_multiple_files = true;
option go_package = "github.com/envoyproxy/go-control-plane/envoy/type/http/v3;httpv3";
option (udpa.annotations.file_status).package_version_status = ACTIVE;

// [#protodoc-title: Http cookie API]
// [#protodoc-title: HTTP cookie API]

// Cookie defines an API for obtaining or generating HTTP cookie.
message Cookie {
Expand Down
2 changes: 1 addition & 1 deletion api/envoy/type/matcher/v3/http_inputs.proto
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ option java_multiple_files = true;
option go_package = "github.com/envoyproxy/go-control-plane/envoy/type/matcher/v3;matcherv3";
option (udpa.annotations.file_status).package_version_status = ACTIVE;

// [#protodoc-title: Common HTTP Inputs]
// [#protodoc-title: Common HTTP inputs]

// Match input indicates that matching should be done on a specific request header.
// The resulting input string will be all headers for the given key joined by a comma,
Expand Down
2 changes: 1 addition & 1 deletion api/envoy/type/v3/semantic_version.proto
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ option java_multiple_files = true;
option go_package = "github.com/envoyproxy/go-control-plane/envoy/type/v3;typev3";
option (udpa.annotations.file_status).package_version_status = ACTIVE;

// [#protodoc-title: Semantic Version]
// [#protodoc-title: Semantic version]

// Envoy uses SemVer (https://semver.org/). Major/minor versions indicate
// expected behaviors and APIs, the patch version field is used only
Expand Down
1 change: 1 addition & 0 deletions docs/root/api-v3/api.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,5 @@ v3 API reference
data/data
service/service
common_messages/common_messages
common_messages/common_messages_xds
types/types
4 changes: 2 additions & 2 deletions docs/root/api-v3/bootstrap/bootstrap.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ Bootstrap
:maxdepth: 2

../config/bootstrap/v3/bootstrap.proto
../config/metrics/v3/stats.proto
../extensions/bootstrap/internal_listener/v3/internal_listener.proto
../config/metrics/v3/metrics_service.proto
../config/overload/v3/overload.proto
../config/ratelimit/v3/rls.proto
../extensions/bootstrap/internal_listener/v3/internal_listener.proto
../config/metrics/v3/stats.proto
../extensions/vcl/v3alpha/vcl_socket_interface.proto
../extensions/wasm/v3/wasm.proto
6 changes: 3 additions & 3 deletions docs/root/api-v3/clusters/clusters.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ Clusters
:glob:
:maxdepth: 2

../config/cluster/v3/cluster.proto
../config/cluster/v3/outlier_detection.proto
../config/cluster/v3/circuit_breaker.proto
../config/cluster/v3/filter.proto
../config/cluster/v3/cluster.proto
../config/endpoint/v3/endpoint.proto
../config/endpoint/v3/endpoint_components.proto
../config/core/v3/health_check.proto
../config/cluster/v3/outlier_detection.proto
../config/cluster/v3/filter.proto
67 changes: 24 additions & 43 deletions docs/root/api-v3/common_messages/common_messages.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,54 +5,35 @@ Common messages
:glob:
:maxdepth: 2

../config/core/v3/base.proto
../config/core/v3/extension.proto
../config/core/v3/address.proto
../extensions/common/async_files/v3/async_file_manager.proto
../config/core/v3/backoff.proto
../config/core/v3/protocol.proto
../config/core/v3/proxy_protocol.proto
../service/discovery/v3/discovery.proto
../config/core/v3/config_source.proto
../config/core/v3/grpc_service.proto
../config/core/v3/grpc_method_list.proto
../config/core/v3/http_uri.proto
../config/core/v3/resolver.proto
../config/core/v3/socket_option.proto
../config/core/v3/udp_socket_config.proto
../config/core/v3/substitution_format_string.proto
../config/common/key_value/v3/config.proto
../config/common/mutation_rules/v3/mutation_rules.proto
../extensions/common/ratelimit/v3/ratelimit.proto
../extensions/early_data/v3/default_early_data_policy.proto
../extensions/filters/common/fault/v3/fault.proto
../config/core/v3/base.proto
../extensions/filters/common/matcher/action/v3/skip_action.proto
../extensions/matching/common_inputs/network/v3/network_inputs.proto
../extensions/common/ratelimit/v3/ratelimit.proto
../extensions/matching/common_inputs/ssl/v3/ssl_inputs.proto
../config/core/v3/config_source.proto
../extensions/matching/input_matchers/consistent_hashing/v3/consistent_hashing.proto
../extensions/network/socket_interface/v3/default_socket_interface.proto
../extensions/matching/common_inputs/environment_variable/v3/input.proto
../config/core/v3/extension.proto
../extensions/common/matching/v3/extension_matcher.proto
../extensions/common/async_files/v3/async_file_manager.proto
../extensions/filters/common/dependency/v3/dependency.proto
../extensions/filters/common/matcher/action/v3/skip_action.proto
../extensions/regex_engines/v3/google_re2.proto
../config/core/v3/grpc_method_list.proto
../config/core/v3/grpc_service.proto
../extensions/key_value/file_based/v3/config.proto
../extensions/matching/input_matchers/consistent_hashing/v3/consistent_hashing.proto
../config/common/key_value/v3/config.proto
../config/common/mutation_rules/v3/mutation_rules.proto
../extensions/early_data/v3/default_early_data_policy.proto
../config/core/v3/http_uri.proto
../extensions/matching/input_matchers/ip/v3/ip.proto
../extensions/matching/common_inputs/environment_variable/v3/input.proto
../extensions/matching/common_inputs/network/v3/network_inputs.proto
../extensions/matching/common_inputs/ssl/v3/ssl_inputs.proto
../extensions/regex_engines/v3/google_re2.proto
../../xds/type/v3/cel.proto
../../xds/type/v3/range.proto
../../xds/type/v3/typed_struct.proto
../../xds/type/matcher/v3/cel.proto
../../xds/type/matcher/v3/domain.proto
../../xds/type/matcher/v3/http_inputs.proto
../../xds/type/matcher/v3/ip.proto
../../xds/type/matcher/v3/matcher.proto
../../xds/type/matcher/v3/range.proto
../../xds/type/matcher/v3/regex.proto
../../xds/type/matcher/v3/string.proto
../../xds/core/v3/authority.proto
../../xds/core/v3/cidr.proto
../../xds/core/v3/collection_entry.proto
../../xds/core/v3/context_params.proto
../../xds/core/v3/extension.proto
../../xds/core/v3/resource.proto
../../xds/core/v3/resource_locator.proto
../../xds/core/v3/resource_name.proto
../config/core/v3/address.proto
../config/core/v3/protocol.proto
../config/core/v3/proxy_protocol.proto
../config/core/v3/resolver.proto
../config/core/v3/socket_option.proto
../config/core/v3/substitution_format_string.proto
../config/core/v3/udp_socket_config.proto
Loading