HealthCheckLog describes the results of a single healthcheck
| 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] |
- Serializable