You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: envoy-types/src/generated/envoy.config.bootstrap.v3.rs
+1-3Lines changed: 1 addition & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -305,9 +305,7 @@ pub mod bootstrap {
305
305
>,
306
306
/// If a network based configuration source is specified for :ref:`cds_config <envoy_v3_api_field_config.bootstrap.v3.Bootstrap.DynamicResources.cds_config>`, it's necessary
307
307
/// to have some initial cluster definitions available to allow Envoy to know
308
-
/// how to speak to the management server. These cluster definitions may not
309
-
/// use :ref:`EDS <arch_overview_dynamic_config_eds>` (i.e. they should be static
Copy file name to clipboardExpand all lines: envoy-types/src/generated/envoy.config.core.v3.rs
+47-19Lines changed: 47 additions & 19 deletions
Original file line number
Diff line number
Diff line change
@@ -215,9 +215,14 @@ pub struct SocketAddress {
215
215
/// IPv6 space as `::FFFF:<IPv4-address>`.
216
216
#[prost(bool, tag = "6")]
217
217
pubipv4_compat:bool,
218
-
/// The Linux network namespace to bind the socket to. If this is set, Envoy will
219
-
/// create the socket in the specified network namespace. Only supported on Linux.
220
-
/// \[\#not-implemented-hide:\]
218
+
/// Filepath that specifies the Linux network namespace this socket will be created in (see `man 7 network_namespaces`). If this field is set, Envoy will create the socket in the specified
219
+
/// network namespace.
220
+
///
221
+
/// .. note::
222
+
/// Setting this parameter requires Envoy to run with the `CAP_NET_ADMIN` capability.
223
+
///
224
+
/// .. attention::
225
+
/// Network namespaces are only configurable on Linux. Otherwise, this field has no effect.
/// HTTP Method that will be used for health checking, default is "GET".
2046
-
/// GET, HEAD, POST, PUT, DELETE, OPTIONS, TRACE, PATCH methods are supported, but making request body is not supported.
2052
+
/// GET, HEAD, POST, PUT, DELETE, OPTIONS, TRACE, PATCH methods are supported.
2053
+
/// Request body payloads are supported for POST, PUT, PATCH, and OPTIONS methods only.
2047
2054
/// CONNECT method is disallowed because it is not appropriate for health check request.
2048
2055
/// If a non-200 response is expected by the method, it needs to be set in :ref:`expected_statuses <envoy_v3_api_field_config.core.v3.HealthCheck.HttpHealthCheck.expected_statuses>`.
2049
2056
#[prost(enumeration = "super::RequestMethod", tag = "13")]
0 commit comments