From 34f853253a91331c53840dc93e55dd0f74385666 Mon Sep 17 00:00:00 2001 From: "data-plane-api(CircleCI)" Date: Wed, 16 May 2018 21:31:49 +0000 Subject: [PATCH] docs: move draft status to Google gRPC only (#3406) The main gRPC service message is no longer draft. Signed-off-by: Matt Klein Mirrored from https://github.com/envoyproxy/envoy @ ef4d1b1392cf9e6e124b154bc481b1452690e157 --- envoy/api/v2/core/grpc_service.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/envoy/api/v2/core/grpc_service.proto b/envoy/api/v2/core/grpc_service.proto index d0d295fc..95624519 100644 --- a/envoy/api/v2/core/grpc_service.proto +++ b/envoy/api/v2/core/grpc_service.proto @@ -14,7 +14,6 @@ import "gogoproto/gogo.proto"; option (gogoproto.equal_all) = true; // [#protodoc-title: gRPC services] -// [#proto-status: draft] // gRPC service configuration. This is used by :ref:`ApiConfigSource // ` and filter configurations. @@ -26,6 +25,7 @@ message GrpcService { string cluster_name = 1 [(validate.rules).string.min_bytes = 1]; } + // [#proto-status: draft] message GoogleGrpc { // The target URI when using the `Google C++ gRPC client // `_. SSL credentials will be supplied in