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:2345


ExitCode

ExitCode: number

Exitcode is 0 or 1

Source

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


Output

Output: string

Output is the stdout/stderr from the healthcheck command

Source

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


Start

Start: string

Start time as string

Source

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