protodoc.io
Project kubeflow/katib
Welcome
Readme
License
Commits
GitHub project
Download proto files
Desktop application
Contact us
api.v1.beta1
grpc.health.v1
grpc.health.v1
Health
Check
HealthCheckRequest
HealthCheckResponse
ServingStatus
package
grpc.health.v1
Get desktop application:
View/edit binary Protocol Buffers messages
service
Health
health.proto:7
rpc
Check
(
HealthCheckRequest
,
HealthCheckResponse
)
health.proto:8
message
HealthCheckRequest
health.proto:11
string
service
= 1
message
HealthCheckResponse
health.proto:15
HealthCheckResponse.ServingStatus
status
= 1
enum
HealthCheckResponse.ServingStatus
health.proto:16
Used in:
HealthCheckResponse
UNKNOWN
= 0
SERVING
= 1
NOT_SERVING
= 2