doc: adding the fourth enum for health check proto docs

Signed-off-by: gkarthiks <github.gkarthiks@gmail.com>
pull/23034/head
gkarthiks 5 years ago
parent 9facfe2b68
commit 7324556353
  1. 1
      doc/health-checking.md

@ -37,6 +37,7 @@ message HealthCheckResponse {
UNKNOWN = 0;
SERVING = 1;
NOT_SERVING = 2;
SERVICE_UNKNOWN = 3; // Used only by the Watch method.
}
ServingStatus status = 1;
}

Loading…
Cancel
Save