Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 1.02 KB

HealthcheckResult.md

File metadata and controls

18 lines (13 loc) · 1.02 KB

openapi.model.HealthcheckResult

Load the model package

import 'package:docker_client/api.dart';

Properties

Name Type Description Notes
start DateTime Date and time at which this check started in RFC 3339 format with nano-seconds. [optional] [default to null]
end String Date and time at which this check ended in RFC 3339 format with nano-seconds. [optional] [default to null]
exitCode int ExitCode meanings: - `0` healthy - `1` unhealthy - `2` reserved (considered unhealthy) - other values: error running probe [optional] [default to null]
output String Output from last check [optional] [default to null]

[Back to Model list] [Back to API list] [Back to README]