[READ ONLY MIRROR] Envoy REST/proto API definitions and documentation.
(grpc依赖)
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
syntax = "proto3";
|
|
|
|
|
|
|
|
package envoy.config.retry.previous_hosts.v2;
|
|
|
|
|
|
|
|
import "udpa/annotations/status.proto";
|
|
|
|
|
|
|
|
option java_package = "io.envoyproxy.envoy.config.retry.previous_hosts.v2";
|
|
|
|
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 {
|
|
|
|
}
|