Skip to main content

Interface: HealthCheckLog

HealthCheckLog describes the results of a single healthcheck

Properties

End

End: string

End time as a string

Source

packages/extension-api/src/extension-api.d.ts:2226


ExitCode

ExitCode: number

Exitcode is 0 or 1

Source

packages/extension-api/src/extension-api.d.ts:2230


Output

Output: string

Output is the stdout/stderr from the healthcheck command

Source

packages/extension-api/src/extension-api.d.ts:2234


Start

Start: string

Start time as string

Source

packages/extension-api/src/extension-api.d.ts:2222