Interface Generated.ContainerStateTerminatedOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getContainerID()
      Container's ID in the format '<type>://<container_id>' +optional
      com.google.protobuf.ByteString getContainerIDBytes()
      Container's ID in the format '<type>://<container_id>' +optional
      int getExitCode()
      Exit status from the last termination of the container
      Generated.Time getFinishedAt()
      Time at which the container last terminated +optional
      Generated.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
      Generated.Time getStartedAt()
      Time at which previous execution of the container started +optional
      Generated.TimeOrBuilder getStartedAtOrBuilder()
      Time at which previous execution of the container started +optional
      boolean hasContainerID()
      Container's ID in the format '<type>://<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
      • 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 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.