Interface V1Batch.JobConditionOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
V1Batch.JobCondition, V1Batch.JobCondition.Builder
Enclosing class:
V1Batch

public static interface V1Batch.JobConditionOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    Last time the condition was checked.
    Last time the condition was checked.
    Last time the condition transit from one status to another.
    Last time the condition transit from one status to another.
    Human readable message indicating details about last transition.
    com.google.protobuf.ByteString
    Human readable message indicating details about last transition.
    (brief) reason for the condition's last transition.
    com.google.protobuf.ByteString
    (brief) reason for the condition's last transition.
    Status of the condition, one of True, False, Unknown.
    com.google.protobuf.ByteString
    Status of the condition, one of True, False, Unknown.
    Type of job condition, Complete or Failed.
    com.google.protobuf.ByteString
    Type of job condition, Complete or Failed.
    boolean
    Last time the condition was checked.
    boolean
    Last time the condition transit from one status to another.
    boolean
    Human readable message indicating details about last transition.
    boolean
    (brief) reason for the condition's last transition.
    boolean
    Status of the condition, one of True, False, Unknown.
    boolean
    Type of job condition, Complete or Failed.

    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

    • hasType

      boolean hasType()
       Type of job condition, Complete or Failed.
       
      optional string type = 1;
    • getType

      String getType()
       Type of job condition, Complete or Failed.
       
      optional string type = 1;
    • getTypeBytes

      com.google.protobuf.ByteString getTypeBytes()
       Type of job condition, Complete or Failed.
       
      optional string type = 1;
    • hasStatus

      boolean hasStatus()
       Status of the condition, one of True, False, Unknown.
       
      optional string status = 2;
    • getStatus

      String getStatus()
       Status of the condition, one of True, False, Unknown.
       
      optional string status = 2;
    • getStatusBytes

      com.google.protobuf.ByteString getStatusBytes()
       Status of the condition, one of True, False, Unknown.
       
      optional string status = 2;
    • hasLastProbeTime

      boolean hasLastProbeTime()
       Last time the condition was checked.
       +optional
       
      optional .k8s.io.apimachinery.pkg.apis.meta.v1.Time lastProbeTime = 3;
    • getLastProbeTime

      Meta.Time getLastProbeTime()
       Last time the condition was checked.
       +optional
       
      optional .k8s.io.apimachinery.pkg.apis.meta.v1.Time lastProbeTime = 3;
    • getLastProbeTimeOrBuilder

      Meta.TimeOrBuilder getLastProbeTimeOrBuilder()
       Last time the condition was checked.
       +optional
       
      optional .k8s.io.apimachinery.pkg.apis.meta.v1.Time lastProbeTime = 3;
    • hasLastTransitionTime

      boolean hasLastTransitionTime()
       Last time the condition transit from one status to another.
       +optional
       
      optional .k8s.io.apimachinery.pkg.apis.meta.v1.Time lastTransitionTime = 4;
    • getLastTransitionTime

      Meta.Time getLastTransitionTime()
       Last time the condition transit from one status to another.
       +optional
       
      optional .k8s.io.apimachinery.pkg.apis.meta.v1.Time lastTransitionTime = 4;
    • getLastTransitionTimeOrBuilder

      Meta.TimeOrBuilder getLastTransitionTimeOrBuilder()
       Last time the condition transit from one status to another.
       +optional
       
      optional .k8s.io.apimachinery.pkg.apis.meta.v1.Time lastTransitionTime = 4;
    • hasReason

      boolean hasReason()
       (brief) reason for the condition's last transition.
       +optional
       
      optional string reason = 5;
    • getReason

      String getReason()
       (brief) reason for the condition's last transition.
       +optional
       
      optional string reason = 5;
    • getReasonBytes

      com.google.protobuf.ByteString getReasonBytes()
       (brief) reason for the condition's last transition.
       +optional
       
      optional string reason = 5;
    • hasMessage

      boolean hasMessage()
       Human readable message indicating details about last transition.
       +optional
       
      optional string message = 6;
    • getMessage

      String getMessage()
       Human readable message indicating details about last transition.
       +optional
       
      optional string message = 6;
    • getMessageBytes

      com.google.protobuf.ByteString getMessageBytes()
       Human readable message indicating details about last transition.
       +optional
       
      optional string message = 6;