A resource's readiness — derived from its own status (its single source of truth), aggregated
into a node's /health and NodeStatus. ready: false with a detail says why (surfaced in
the /health body and the dashboard health board).
models
Source src/Hyperlink.ts:21414 lines
export interface Readiness {
readonly Readiness.ready: booleanready: boolean;
readonly Readiness.detail?: string | undefineddetail?: string;
}
Referenced by 4 symbols