Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 1.05 KB

V1ContainerStateTerminated.md

File metadata and controls

16 lines (12 loc) · 1.05 KB

V1ContainerStateTerminated

Properties

Name Type Description Notes
containerID string Container's ID in the format 'docker://<container_id>' [optional]
exitCode int Exit status from the last termination of the container
finishedAt \UniversityOfAdelaide\OpenShift\Model\V1Time Time at which the container last terminated [optional]
message string Message regarding the last termination of the container [optional]
reason string (brief) reason from the last termination of the container [optional]
signal int Signal from the last termination of the container [optional]
startedAt \UniversityOfAdelaide\OpenShift\Model\V1Time Time at which previous execution of the container started [optional]

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