[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.api.v2.route; |
|
|
|
import public "envoy/api/v2/route/route_components.proto"; |
|
|
|
option java_package = "io.envoyproxy.envoy.api.v2.route"; |
|
option java_outer_classname = "RouteProto"; |
|
option java_multiple_files = true;
|
|
|