Skip to content

Commit 4956919

Browse files
[protobuf] Update protobuf definitions to v1.23.1 (#256)
Signed-off-by: envoy-bot <[email protected]>
1 parent 96ac327 commit 4956919

File tree

158 files changed

+3640
-1641
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

158 files changed

+3640
-1641
lines changed

api/src/main/proto/envoy/admin/v3/certs.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ option (udpa.annotations.file_status).package_version_status = ACTIVE;
1515

1616
// [#protodoc-title: Certificates]
1717

18-
// Proto representation of certificate details. Admin endpoint uses this wrapper for `/certs` to
18+
// Proto representation of certificate details. Admin endpoint uses this wrapper for ``/certs`` to
1919
// display certificate information. See :ref:`/certs <operations_admin_interface_certs>` for more
2020
// information.
2121
message Certificates {

api/src/main/proto/envoy/admin/v3/clusters.proto

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ option (udpa.annotations.file_status).package_version_status = ACTIVE;
2020

2121
// [#protodoc-title: Clusters]
2222

23-
// Admin endpoint uses this wrapper for `/clusters` to display cluster status information.
23+
// Admin endpoint uses this wrapper for ``/clusters`` to display cluster status information.
2424
// See :ref:`/clusters <operations_admin_interface_clusters>` for more information.
2525
message Clusters {
2626
option (udpa.annotations.versioning).previous_message_type = "envoy.admin.v2alpha.Clusters";
@@ -43,10 +43,10 @@ message ClusterStatus {
4343
// The success rate threshold used in the last interval.
4444
// If
4545
// :ref:`outlier_detection.split_external_local_origin_errors<envoy_v3_api_field_config.cluster.v3.OutlierDetection.split_external_local_origin_errors>`
46-
// is *false*, all errors: externally and locally generated were used to calculate the threshold.
46+
// is ``false``, all errors: externally and locally generated were used to calculate the threshold.
4747
// If
4848
// :ref:`outlier_detection.split_external_local_origin_errors<envoy_v3_api_field_config.cluster.v3.OutlierDetection.split_external_local_origin_errors>`
49-
// is *true*, only externally generated errors were used to calculate the threshold.
49+
// is ``true``, only externally generated errors were used to calculate the threshold.
5050
// The threshold is used to eject hosts based on their success rate. See
5151
// :ref:`Cluster outlier detection <arch_overview_outlier_detection>` documentation for details.
5252
//
@@ -66,7 +66,7 @@ message ClusterStatus {
6666
// taken into account and externally originated errors were treated as success.
6767
// This field should be interpreted only when
6868
// :ref:`outlier_detection.split_external_local_origin_errors<envoy_v3_api_field_config.cluster.v3.OutlierDetection.split_external_local_origin_errors>`
69-
// is *true*. The threshold is used to eject hosts based on their success rate.
69+
// is ``true``. The threshold is used to eject hosts based on their success rate.
7070
// See :ref:`Cluster outlier detection <arch_overview_outlier_detection>` documentation for
7171
// details.
7272
//
@@ -103,10 +103,10 @@ message HostStatus {
103103
// Request success rate for this host over the last calculated interval.
104104
// If
105105
// :ref:`outlier_detection.split_external_local_origin_errors<envoy_v3_api_field_config.cluster.v3.OutlierDetection.split_external_local_origin_errors>`
106-
// is *false*, all errors: externally and locally generated were used in success rate
106+
// is ``false``, all errors: externally and locally generated were used in success rate
107107
// calculation. If
108108
// :ref:`outlier_detection.split_external_local_origin_errors<envoy_v3_api_field_config.cluster.v3.OutlierDetection.split_external_local_origin_errors>`
109-
// is *true*, only externally generated errors were used in success rate calculation.
109+
// is ``true``, only externally generated errors were used in success rate calculation.
110110
// See :ref:`Cluster outlier detection <arch_overview_outlier_detection>` documentation for
111111
// details.
112112
//
@@ -129,7 +129,7 @@ message HostStatus {
129129
// errors were treated as success.
130130
// This field should be interpreted only when
131131
// :ref:`outlier_detection.split_external_local_origin_errors<envoy_v3_api_field_config.cluster.v3.OutlierDetection.split_external_local_origin_errors>`
132-
// is *true*.
132+
// is ``true``.
133133
// See :ref:`Cluster outlier detection <arch_overview_outlier_detection>` documentation for
134134
// details.
135135
//

0 commit comments

Comments
 (0)