Interface: HealthCheckLog
HealthCheckLog describes the results of a single healthcheck
Properties
End
End:
string
End time as a string
Defined in
packages/extension-api/src/extension-api.d.ts:2705
ExitCode
ExitCode:
number
Exitcode is 0 or 1
Defined in
packages/extension-api/src/extension-api.d.ts:2709
Output
Output:
string
Output is the stdout/stderr from the healthcheck command
Defined in
packages/extension-api/src/extension-api.d.ts:2713
Start
Start:
string
Start time as string