Package io.kubernetes.client.proto
Interface V1.ContainerStateTerminatedOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
V1.ContainerStateTerminated
,V1.ContainerStateTerminated.Builder
- Enclosing class:
- V1
public static interface V1.ContainerStateTerminatedOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionContainer's ID in the format 'docker://<container_id>' +optionalcom.google.protobuf.ByteString
Container's ID in the format 'docker://<container_id>' +optionalint
Exit status from the last termination of the containerTime at which the container last terminated +optionalTime at which the container last terminated +optionalMessage regarding the last termination of the container +optionalcom.google.protobuf.ByteString
Message regarding the last termination of the container +optional(brief) reason from the last termination of the container +optionalcom.google.protobuf.ByteString
(brief) reason from the last termination of the container +optionalint
Signal from the last termination of the container +optionalTime at which previous execution of the container started +optionalTime at which previous execution of the container started +optionalboolean
Container's ID in the format 'docker://<container_id>' +optionalboolean
Exit status from the last termination of the containerboolean
Time at which the container last terminated +optionalboolean
Message regarding the last termination of the container +optionalboolean
(brief) reason from the last termination of the container +optionalboolean
Signal from the last termination of the container +optionalboolean
Time at which previous execution of the container started +optionalMethods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasExitCode
boolean hasExitCode()Exit status from the last termination of the container
optional int32 exitCode = 1;
-
getExitCode
int getExitCode()Exit status from the last termination of the container
optional int32 exitCode = 1;
-
hasSignal
boolean hasSignal()Signal from the last termination of the container +optional
optional int32 signal = 2;
-
getSignal
int getSignal()Signal from the last termination of the container +optional
optional int32 signal = 2;
-
hasReason
boolean hasReason()(brief) reason from the last termination of the container +optional
optional string reason = 3;
-
getReason
String getReason()(brief) reason from the last termination of the container +optional
optional string reason = 3;
-
getReasonBytes
com.google.protobuf.ByteString getReasonBytes()(brief) reason from the last termination of the container +optional
optional string reason = 3;
-
hasMessage
boolean hasMessage()Message regarding the last termination of the container +optional
optional string message = 4;
-
getMessage
String getMessage()Message regarding the last termination of the container +optional
optional string message = 4;
-
getMessageBytes
com.google.protobuf.ByteString getMessageBytes()Message regarding the last termination of the container +optional
optional string message = 4;
-
hasStartedAt
boolean hasStartedAt()Time at which previous execution of the container started +optional
optional .k8s.io.apimachinery.pkg.apis.meta.v1.Time startedAt = 5;
-
getStartedAt
Meta.Time getStartedAt()Time at which previous execution of the container started +optional
optional .k8s.io.apimachinery.pkg.apis.meta.v1.Time startedAt = 5;
-
getStartedAtOrBuilder
Meta.TimeOrBuilder getStartedAtOrBuilder()Time at which previous execution of the container started +optional
optional .k8s.io.apimachinery.pkg.apis.meta.v1.Time startedAt = 5;
-
hasFinishedAt
boolean hasFinishedAt()Time at which the container last terminated +optional
optional .k8s.io.apimachinery.pkg.apis.meta.v1.Time finishedAt = 6;
-
getFinishedAt
Meta.Time getFinishedAt()Time at which the container last terminated +optional
optional .k8s.io.apimachinery.pkg.apis.meta.v1.Time finishedAt = 6;
-
getFinishedAtOrBuilder
Meta.TimeOrBuilder getFinishedAtOrBuilder()Time at which the container last terminated +optional
optional .k8s.io.apimachinery.pkg.apis.meta.v1.Time finishedAt = 6;
-
hasContainerID
boolean hasContainerID()Container's ID in the format 'docker://<container_id>' +optional
optional string containerID = 7;
-
getContainerID
String getContainerID()Container's ID in the format 'docker://<container_id>' +optional
optional string containerID = 7;
-
getContainerIDBytes
com.google.protobuf.ByteString getContainerIDBytes()Container's ID in the format 'docker://<container_id>' +optional
optional string containerID = 7;
-