Class V1ContainerStateTerminated
java.lang.Object
io.kubernetes.client.openapi.models.V1ContainerStateTerminated
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2023-06-18T15:05:57.863601Z[Etc/UTC]")
public class V1ContainerStateTerminated
extends Object
ContainerStateTerminated is a terminated state of a container.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncontainerID(String containerID) booleanfinishedAt(OffsetDateTime finishedAt) Container's ID in the format '<type>://<container_id>'Exit status from the last termination of the containerTime at which the container last terminatedMessage regarding the last termination of the container(brief) reason from the last termination of the containerSignal from the last termination of the containerTime at which previous execution of the container startedinthashCode()voidsetContainerID(String containerID) voidsetExitCode(Integer exitCode) voidsetFinishedAt(OffsetDateTime finishedAt) voidsetMessage(String message) voidvoidvoidsetStartedAt(OffsetDateTime startedAt) startedAt(OffsetDateTime startedAt) toString()
-
Field Details
-
SERIALIZED_NAME_CONTAINER_I_D
- See Also:
-
SERIALIZED_NAME_EXIT_CODE
- See Also:
-
SERIALIZED_NAME_FINISHED_AT
- See Also:
-
SERIALIZED_NAME_MESSAGE
- See Also:
-
SERIALIZED_NAME_REASON
- See Also:
-
SERIALIZED_NAME_SIGNAL
- See Also:
-
SERIALIZED_NAME_STARTED_AT
- See Also:
-
-
Constructor Details
-
V1ContainerStateTerminated
public V1ContainerStateTerminated()
-
-
Method Details
-
containerID
-
getContainerID
Container's ID in the format '<type>://<container_id>'- Returns:
- containerID
-
setContainerID
-
exitCode
-
getExitCode
Exit status from the last termination of the container- Returns:
- exitCode
-
setExitCode
-
finishedAt
-
getFinishedAt
Time at which the container last terminated- Returns:
- finishedAt
-
setFinishedAt
-
message
-
getMessage
Message regarding the last termination of the container- Returns:
- message
-
setMessage
-
reason
-
getReason
(brief) reason from the last termination of the container- Returns:
- reason
-
setReason
-
signal
-
getSignal
Signal from the last termination of the container- Returns:
- signal
-
setSignal
-
startedAt
-
getStartedAt
Time at which previous execution of the container started- Returns:
- startedAt
-
setStartedAt
-
equals
-
hashCode
public int hashCode() -
toString
-