v3 packages updates for omit_canary_hosts proto (#14117)

Risk Level: LOW
Testing: unit ( proto_format and docs )

part of #12841

Signed-off-by: Abhay Narayan Katare <abhay.katare@india.nec.com>

Mirrored from https://github.com/envoyproxy/envoy @ c15193642432291f13c6358ed8c4850fba3a8969
pull/624/head
data-plane-api(Azure Pipelines) 4 years ago
parent 9266bdd4da
commit a7a0f25cd5
  1. 1
      BUILD
  2. 9
      envoy/config/retry/omit_canary_hosts/v3/BUILD
  3. 16
      envoy/config/retry/omit_canary_hosts/v3/omit_canary_hosts.proto
  4. 1
      versioning/BUILD

@ -144,6 +144,7 @@ proto_library(
"//envoy/config/resource_monitor/fixed_heap/v2alpha:pkg",
"//envoy/config/resource_monitor/injected_resource/v2alpha:pkg",
"//envoy/config/retry/omit_canary_hosts/v2:pkg",
"//envoy/config/retry/omit_canary_hosts/v3:pkg",
"//envoy/config/retry/previous_hosts/v2:pkg",
"//envoy/config/route/v3:pkg",
"//envoy/config/tap/v3:pkg",

@ -0,0 +1,9 @@
# DO NOT EDIT. This file is generated by tools/proto_format/proto_sync.py.
load("@envoy_api//bazel:api_build_system.bzl", "api_proto_package")
licenses(["notice"]) # Apache 2
api_proto_package(
deps = ["@com_github_cncf_udpa//udpa/annotations:pkg"],
)

@ -0,0 +1,16 @@
syntax = "proto3";
package envoy.config.retry.omit_canary_hosts.v3;
import "udpa/annotations/status.proto";
option java_package = "io.envoyproxy.envoy.config.retry.omit_canary_hosts.v3";
option java_outer_classname = "OmitCanaryHostsProto";
option java_multiple_files = true;
option (udpa.annotations.file_status).package_version_status = ACTIVE;
// [#protodoc-title: Omit Canary Hosts Predicate]
// [#extension: envoy.retry_host_predicates.omit_canary_hosts]
message OmitCanaryHostsPredicate {
}

@ -27,6 +27,7 @@ proto_library(
"//envoy/config/resource_monitor/fixed_heap/v2alpha:pkg",
"//envoy/config/resource_monitor/injected_resource/v2alpha:pkg",
"//envoy/config/retry/omit_canary_hosts/v2:pkg",
"//envoy/config/retry/omit_canary_hosts/v3:pkg",
"//envoy/config/retry/previous_hosts/v2:pkg",
"//envoy/config/route/v3:pkg",
"//envoy/config/tap/v3:pkg",

Loading…
Cancel
Save