Interface V1beta1Extensions.DaemonSetConditionOrBuilder

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

public static interface V1beta1Extensions.DaemonSetConditionOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    Last time the condition transitioned from one status to another.
    Last time the condition transitioned from one status to another.
    A human readable message indicating details about the transition.
    com.google.protobuf.ByteString
    A human readable message indicating details about the transition.
    The reason for the condition's last transition.
    com.google.protobuf.ByteString
    The 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 DaemonSet condition.
    com.google.protobuf.ByteString
    Type of DaemonSet condition.
    boolean
    Last time the condition transitioned from one status to another.
    boolean
    A human readable message indicating details about the transition.
    boolean
    The reason for the condition's last transition.
    boolean
    Status of the condition, one of True, False, Unknown.
    boolean
    Type of DaemonSet condition.

    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 DaemonSet condition.
       
      optional string type = 1;
    • getType

      String getType()
       Type of DaemonSet condition.
       
      optional string type = 1;
    • getTypeBytes

      com.google.protobuf.ByteString getTypeBytes()
       Type of DaemonSet condition.
       
      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;
    • hasLastTransitionTime

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

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

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

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

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

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

      boolean hasMessage()
       A human readable message indicating details about the transition.
       +optional
       
      optional string message = 5;
    • getMessage

      String getMessage()
       A human readable message indicating details about the transition.
       +optional
       
      optional string message = 5;
    • getMessageBytes

      com.google.protobuf.ByteString getMessageBytes()
       A human readable message indicating details about the transition.
       +optional
       
      optional string message = 5;