build: run tools/proto_format.sh on master to fix build (#8671)

Risk Level: low
Testing: n/a
Docs Changes: n/a
Release Notes: n/a

Signed-off-by: Stephan Zuercher <zuercher@gmail.com>

Mirrored from https://github.com/envoyproxy/envoy @ 906c759538920a2f48a57aac86341fdcfe006c8a
master-ci-test
data-plane-api(CircleCI) 6 years ago
parent 3132b5c116
commit 8625cf9529
  1. 2
      envoy/api/v2/core/health_check.proto
  2. 2
      envoy/api/v2/route/route.proto
  3. 2
      envoy/api/v3alpha/core/health_check.proto
  4. 2
      envoy/api/v3alpha/route/route.proto

@ -64,7 +64,7 @@ message HealthCheck {
}
// [#comment:next free field: 10]
// [#next-free-field: 10]
// [#next-free-field: 11]
message HttpHealthCheck {
// The value of the host header in the HTTP health check request. If
// left empty (default value), the name of the cluster this health check is associated

@ -324,7 +324,7 @@ message WeightedCluster {
string runtime_key_prefix = 2;
}
// [#next-free-field: 11]
// [#next-free-field: 12]
message RouteMatch {
message GrpcRouteMatchOptions {
}

@ -64,7 +64,7 @@ message HealthCheck {
}
// [#comment:next free field: 10]
// [#next-free-field: 10]
// [#next-free-field: 11]
message HttpHealthCheck {
reserved 7;

@ -325,7 +325,7 @@ message WeightedCluster {
string runtime_key_prefix = 2;
}
// [#next-free-field: 11]
// [#next-free-field: 12]
message RouteMatch {
message GrpcRouteMatchOptions {
}

Loading…
Cancel
Save