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
// or :ref:`HTTP <envoy_v3_api_field_extensions.filters.network.http_connection_manager.v3.HttpFilter.config_discovery>`)
30
-
// contains a :ref:`config_discovery <envoy_v3_api_msg_config.core.v3.ExtensionConfigSource>` configuration. This configuration
31
+
// contains a (:ref:`ExtensionConfigSource config discovery <envoy_v3_api_msg_config.core.v3.ExtensionConfigSource>`) configuration. This configuration
31
32
// includes a :ref:`config_source <envoy_v3_api_field_config.core.v3.ExtensionConfigSource.config_source>`,
32
33
// from which the filter configuration will be fetched.
33
-
// 2. The client then registers for a resource using the filter name as the resource_name.
34
-
// 3. The xDS server sends back the filter's configuration.
35
-
// 4. The client stores the configuration that will be used in the next instantiation of the filter chain,
34
+
// #. The client then registers for a resource using the filter name as the ``resource_name``.
35
+
// #. The xDS server sends back the filter's configuration.
36
+
// #. The client stores the configuration that will be used in the next instantiation of the filter chain,
36
37
// i.e., for the next requests. Whenever an updated filter configuration arrives, it will be taken into
37
38
// account in the following instantiation of the filter chain.
38
39
//
39
-
// Note: Filters that are configured using ECDS are warmed. For more details see
0 commit comments