docs: move draft status to Google gRPC only (#3406)

The main gRPC service message is no longer draft.

Signed-off-by: Matt Klein <mklein@lyft.com>

Mirrored from https://github.com/envoyproxy/envoy @ ef4d1b1392cf9e6e124b154bc481b1452690e157
pull/620/head
data-plane-api(CircleCI) 7 years ago
parent 60b5e0e674
commit 34f853253a
  1. 2
      envoy/api/v2/core/grpc_service.proto

@ -14,7 +14,6 @@ import "gogoproto/gogo.proto";
option (gogoproto.equal_all) = true; option (gogoproto.equal_all) = true;
// [#protodoc-title: gRPC services] // [#protodoc-title: gRPC services]
// [#proto-status: draft]
// gRPC service configuration. This is used by :ref:`ApiConfigSource // gRPC service configuration. This is used by :ref:`ApiConfigSource
// <envoy_api_msg_core.ApiConfigSource>` and filter configurations. // <envoy_api_msg_core.ApiConfigSource>` and filter configurations.
@ -26,6 +25,7 @@ message GrpcService {
string cluster_name = 1 [(validate.rules).string.min_bytes = 1]; string cluster_name = 1 [(validate.rules).string.min_bytes = 1];
} }
// [#proto-status: draft]
message GoogleGrpc { message GoogleGrpc {
// The target URI when using the `Google C++ gRPC client // The target URI when using the `Google C++ gRPC client
// <https://github.com/grpc/grpc>`_. SSL credentials will be supplied in // <https://github.com/grpc/grpc>`_. SSL credentials will be supplied in

Loading…
Cancel
Save