Make gRPC-healthcheck options visible (#494)

Signed-off-by: Alexey Baranov <me@kotiki.cc>
pull/497/head
Alexey Baranov 7 years ago committed by htuch
parent d3af0e5d27
commit 620c540682
  1. 4
      envoy/api/v2/core/health_check.proto

@ -91,7 +91,7 @@ message HealthCheck {
message RedisHealthCheck {
}
// [#not-implemented-hide:] `grpc.health.v1.Health
// `grpc.health.v1.Health
// <https://github.com/grpc/grpc/blob/master/src/proto/grpc/health/v1/health.proto>`_-based
// healthcheck. See `gRPC doc <https://github.com/grpc/grpc/blob/master/doc/health-checking.md>`_
// for details.
@ -116,7 +116,7 @@ message HealthCheck {
// Redis health check.
RedisHealthCheck redis_health_check = 10;
// [#not-implemented-hide:] GRPC health check.
// gRPC health check.
GrpcHealthCheck grpc_health_check = 11;
}
}

Loading…
Cancel
Save