Package k8s.io.api.core.v1
Interface Generated.ContainerStateTerminatedOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Generated.ContainerStateTerminated,Generated.ContainerStateTerminated.Builder
- Enclosing class:
- Generated
public static interface Generated.ContainerStateTerminatedOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetContainerID()Container's ID in the format '<type>://<container_id>' +optionalcom.google.protobuf.ByteStringgetContainerIDBytes()Container's ID in the format '<type>://<container_id>' +optionalintgetExitCode()Exit status from the last termination of the containerGenerated.TimegetFinishedAt()Time at which the container last terminated +optionalGenerated.TimeOrBuildergetFinishedAtOrBuilder()Time at which the container last terminated +optionalStringgetMessage()Message regarding the last termination of the container +optionalcom.google.protobuf.ByteStringgetMessageBytes()Message regarding the last termination of the container +optionalStringgetReason()(brief) reason from the last termination of the container +optionalcom.google.protobuf.ByteStringgetReasonBytes()(brief) reason from the last termination of the container +optionalintgetSignal()Signal from the last termination of the container +optionalGenerated.TimegetStartedAt()Time at which previous execution of the container started +optionalGenerated.TimeOrBuildergetStartedAtOrBuilder()Time at which previous execution of the container started +optionalbooleanhasContainerID()Container's ID in the format '<type>://<container_id>' +optionalbooleanhasExitCode()Exit status from the last termination of the containerbooleanhasFinishedAt()Time at which the container last terminated +optionalbooleanhasMessage()Message regarding the last termination of the container +optionalbooleanhasReason()(brief) reason from the last termination of the container +optionalbooleanhasSignal()Signal from the last termination of the container +optionalbooleanhasStartedAt()Time at which previous execution of the container started +optional-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasExitCode
boolean hasExitCode()
Exit status from the last termination of the container
optional int32 exitCode = 1;- Returns:
- Whether the exitCode field is set.
-
getExitCode
int getExitCode()
Exit status from the last termination of the container
optional int32 exitCode = 1;- Returns:
- The exitCode.
-
hasSignal
boolean hasSignal()
Signal from the last termination of the container +optional
optional int32 signal = 2;- Returns:
- Whether the signal field is set.
-
getSignal
int getSignal()
Signal from the last termination of the container +optional
optional int32 signal = 2;- Returns:
- The signal.
-
hasReason
boolean hasReason()
(brief) reason from the last termination of the container +optional
optional string reason = 3;- Returns:
- Whether the reason field is set.
-
getReason
String getReason()
(brief) reason from the last termination of the container +optional
optional string reason = 3;- Returns:
- The reason.
-
getReasonBytes
com.google.protobuf.ByteString getReasonBytes()
(brief) reason from the last termination of the container +optional
optional string reason = 3;- Returns:
- The bytes for reason.
-
hasMessage
boolean hasMessage()
Message regarding the last termination of the container +optional
optional string message = 4;- Returns:
- Whether the message field is set.
-
getMessage
String getMessage()
Message regarding the last termination of the container +optional
optional string message = 4;- Returns:
- The message.
-
getMessageBytes
com.google.protobuf.ByteString getMessageBytes()
Message regarding the last termination of the container +optional
optional string message = 4;- Returns:
- The bytes for message.
-
hasStartedAt
boolean hasStartedAt()
Time at which previous execution of the container started +optional
optional .k8s.io.apimachinery.pkg.apis.meta.v1.Time startedAt = 5;- Returns:
- Whether the startedAt field is set.
-
getStartedAt
Generated.Time getStartedAt()
Time at which previous execution of the container started +optional
optional .k8s.io.apimachinery.pkg.apis.meta.v1.Time startedAt = 5;- Returns:
- The startedAt.
-
getStartedAtOrBuilder
Generated.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;- Returns:
- Whether the finishedAt field is set.
-
getFinishedAt
Generated.Time getFinishedAt()
Time at which the container last terminated +optional
optional .k8s.io.apimachinery.pkg.apis.meta.v1.Time finishedAt = 6;- Returns:
- The finishedAt.
-
getFinishedAtOrBuilder
Generated.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 '<type>://<container_id>' +optional
optional string containerID = 7;- Returns:
- Whether the containerID field is set.
-
getContainerID
String getContainerID()
Container's ID in the format '<type>://<container_id>' +optional
optional string containerID = 7;- Returns:
- The containerID.
-
getContainerIDBytes
com.google.protobuf.ByteString getContainerIDBytes()
Container's ID in the format '<type>://<container_id>' +optional
optional string containerID = 7;- Returns:
- The bytes for containerID.
-
-