public static interface V1.ContainerStateTerminatedOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getContainerID()
Container's ID in the format 'docker://<container_id>'
+optional
|
com.google.protobuf.ByteString |
getContainerIDBytes()
Container's ID in the format 'docker://<container_id>'
+optional
|
int |
getExitCode()
Exit status from the last termination of the container
|
Meta.Time |
getFinishedAt()
Time at which the container last terminated
+optional
|
Meta.TimeOrBuilder |
getFinishedAtOrBuilder()
Time at which the container last terminated
+optional
|
String |
getMessage()
Message regarding the last termination of the container
+optional
|
com.google.protobuf.ByteString |
getMessageBytes()
Message regarding the last termination of the container
+optional
|
String |
getReason()
(brief) reason from the last termination of the container
+optional
|
com.google.protobuf.ByteString |
getReasonBytes()
(brief) reason from the last termination of the container
+optional
|
int |
getSignal()
Signal from the last termination of the container
+optional
|
Meta.Time |
getStartedAt()
Time at which previous execution of the container started
+optional
|
Meta.TimeOrBuilder |
getStartedAtOrBuilder()
Time at which previous execution of the container started
+optional
|
boolean |
hasContainerID()
Container's ID in the format 'docker://<container_id>'
+optional
|
boolean |
hasExitCode()
Exit status from the last termination of the container
|
boolean |
hasFinishedAt()
Time at which the container last terminated
+optional
|
boolean |
hasMessage()
Message regarding the last termination of the container
+optional
|
boolean |
hasReason()
(brief) reason from the last termination of the container
+optional
|
boolean |
hasSignal()
Signal from the last termination of the container
+optional
|
boolean |
hasStartedAt()
Time at which previous execution of the container started
+optional
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasExitCode()
Exit status from the last termination of the container
optional int32 exitCode = 1;int getExitCode()
Exit status from the last termination of the container
optional int32 exitCode = 1;boolean hasSignal()
Signal from the last termination of the container +optional
optional int32 signal = 2;int getSignal()
Signal from the last termination of the container +optional
optional int32 signal = 2;boolean hasReason()
(brief) reason from the last termination of the container +optional
optional string reason = 3;String getReason()
(brief) reason from the last termination of the container +optional
optional string reason = 3;com.google.protobuf.ByteString getReasonBytes()
(brief) reason from the last termination of the container +optional
optional string reason = 3;boolean hasMessage()
Message regarding the last termination of the container +optional
optional string message = 4;String getMessage()
Message regarding the last termination of the container +optional
optional string message = 4;com.google.protobuf.ByteString getMessageBytes()
Message regarding the last termination of the container +optional
optional string message = 4;boolean hasStartedAt()
Time at which previous execution of the container started +optional
optional .k8s.io.apimachinery.pkg.apis.meta.v1.Time startedAt = 5;Meta.Time getStartedAt()
Time at which previous execution of the container started +optional
optional .k8s.io.apimachinery.pkg.apis.meta.v1.Time startedAt = 5;Meta.TimeOrBuilder getStartedAtOrBuilder()
Time at which previous execution of the container started +optional
optional .k8s.io.apimachinery.pkg.apis.meta.v1.Time startedAt = 5;boolean hasFinishedAt()
Time at which the container last terminated +optional
optional .k8s.io.apimachinery.pkg.apis.meta.v1.Time finishedAt = 6;Meta.Time getFinishedAt()
Time at which the container last terminated +optional
optional .k8s.io.apimachinery.pkg.apis.meta.v1.Time finishedAt = 6;Meta.TimeOrBuilder getFinishedAtOrBuilder()
Time at which the container last terminated +optional
optional .k8s.io.apimachinery.pkg.apis.meta.v1.Time finishedAt = 6;boolean hasContainerID()
Container's ID in the format 'docker://<container_id>' +optional
optional string containerID = 7;String getContainerID()
Container's ID in the format 'docker://<container_id>' +optional
optional string containerID = 7;com.google.protobuf.ByteString getContainerIDBytes()
Container's ID in the format 'docker://<container_id>' +optional
optional string containerID = 7;Copyright © 2020. All rights reserved.