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 Type
    Method
    Description
    Container's ID in the format 'docker://<container_id>' +optional
    com.google.protobuf.ByteString
    Container's ID in the format 'docker://<container_id>' +optional
    int
    Exit status from the last termination of the container
    Time at which the container last terminated +optional
    Time at which the container last terminated +optional
    Message regarding the last termination of the container +optional
    com.google.protobuf.ByteString
    Message regarding the last termination of the container +optional
    (brief) reason from the last termination of the container +optional
    com.google.protobuf.ByteString
    (brief) reason from the last termination of the container +optional
    int
    Signal from the last termination of the container +optional
    Time at which previous execution of the container started +optional
    Time at which previous execution of the container started +optional
    boolean
    Container's ID in the format 'docker://<container_id>' +optional
    boolean
    Exit status from the last termination of the container
    boolean
    Time at which the container last terminated +optional
    boolean
    Message regarding the last termination of the container +optional
    boolean
    (brief) reason from the last termination of the container +optional
    boolean
    Signal from the last termination of the container +optional
    boolean
    Time at which previous execution of the container started +optional

    Methods 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;