Interface V1beta2Apps.ReplicaSetConditionOrBuilder

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

public static interface V1beta2Apps.ReplicaSetConditionOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    The last time the condition transitioned from one status to another.
    The 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 replica set condition.
    com.google.protobuf.ByteString
    Type of replica set condition.
    boolean
    The 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 replica set 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 replica set condition.
       
      optional string type = 1;
    • getType

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

      com.google.protobuf.ByteString getTypeBytes()
       Type of replica set 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()
       The 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()
       The 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()
       The 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;