v3 package updates for Retry previous hosts (#14118)
part of #12841 Signed-off-by: Abhay Narayan Katare <abhay.katare@india.nec.com> Mirrored from https://github.com/envoyproxy/envoy @ f1638fbed36a1416d3b44783eedfb7ef6fb39f17pull/624/head
parent
37f2ec639a
commit
e98405448e
4 changed files with 27 additions and 0 deletions
@ -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.previous_hosts.v3; |
||||
|
||||
import "udpa/annotations/status.proto"; |
||||
|
||||
option java_package = "io.envoyproxy.envoy.config.retry.previous_hosts.v3"; |
||||
option java_outer_classname = "PreviousHostsProto"; |
||||
option java_multiple_files = true; |
||||
option (udpa.annotations.file_status).package_version_status = ACTIVE; |
||||
|
||||
// [#protodoc-title: Previous Hosts Predicate] |
||||
// [#extension: envoy.retry_host_predicates.previous_hosts] |
||||
|
||||
message PreviousHostsPredicate { |
||||
} |
Loading…
Reference in new issue