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:2781
ExitCode
ExitCode:
number
Exitcode is 0 or 1
Defined in
packages/extension-api/src/extension-api.d.ts:2785
Output
Output:
string
Output is the stdout/stderr from the healthcheck command
Defined in
packages/extension-api/src/extension-api.d.ts:2789
Start
Start:
string
Start time as string