servingStatusOf
このコンテンツはまだ日本語訳がありません。
servingStatusOf(
results):GrpcServingStatus
Defined in: src/io/broker/GrpcServerActor.ts:470
Aggregate readiness results into a serving status — SERVING only if
every check passes, exactly the rule the management server’s /ready
endpoint applies. An empty registry is SERVING: registering no checks
is a statement that nothing gates readiness, and disagreeing with /ready
here would give the deployment two answers to the same question.
Parameters
Section titled “Parameters”results
Section titled “results”readonly HealthCheckResult[]
