Skip to content

Latest commit

 

History

History
21 lines (11 loc) · 530 Bytes

HealthCheckLog.md

File metadata and controls

21 lines (11 loc) · 530 Bytes

HealthCheckLog

HealthCheckLog describes the results of a single healthcheck

Properties

Name Type Description Notes
end String End time as a string [optional]
exitCode Long Exitcode is 0 or 1 [optional]
output String Output is the stdout/stderr from the healthcheck command [optional]
start String Start time as string [optional]

Implemented Interfaces

  • Serializable