Interface Generated.ReplicationControllerConditionOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      Generated.Time getLastTransitionTime()
      The last time the condition transitioned from one status to another.
      Generated.TimeOrBuilder getLastTransitionTimeOrBuilder()
      The last time the condition transitioned from one status to another.
      String getMessage()
      A human readable message indicating details about the transition.
      com.google.protobuf.ByteString getMessageBytes()
      A human readable message indicating details about the transition.
      String getReason()
      The reason for the condition's last transition.
      com.google.protobuf.ByteString getReasonBytes()
      The reason for the condition's last transition.
      String getStatus()
      Status of the condition, one of True, False, Unknown.
      com.google.protobuf.ByteString getStatusBytes()
      Status of the condition, one of True, False, Unknown.
      String getType()
      Type of replication controller condition.
      com.google.protobuf.ByteString getTypeBytes()
      Type of replication controller condition.
      boolean hasLastTransitionTime()
      The last time the condition transitioned from one status to another.
      boolean hasMessage()
      A human readable message indicating details about the transition.
      boolean hasReason()
      The reason for the condition's last transition.
      boolean hasStatus()
      Status of the condition, one of True, False, Unknown.
      boolean hasType()
      Type of replication controller 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 Detail

      • hasType

        boolean hasType()
         Type of replication controller condition.
         
        optional string type = 1;
        Returns:
        Whether the type field is set.
      • getType

        String getType()
         Type of replication controller condition.
         
        optional string type = 1;
        Returns:
        The type.
      • getTypeBytes

        com.google.protobuf.ByteString getTypeBytes()
         Type of replication controller condition.
         
        optional string type = 1;
        Returns:
        The bytes for type.
      • hasStatus

        boolean hasStatus()
         Status of the condition, one of True, False, Unknown.
         
        optional string status = 2;
        Returns:
        Whether the status field is set.
      • getStatus

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

        com.google.protobuf.ByteString getStatusBytes()
         Status of the condition, one of True, False, Unknown.
         
        optional string status = 2;
        Returns:
        The bytes for status.
      • 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;
        Returns:
        Whether the lastTransitionTime field is set.
      • getLastTransitionTime

        Generated.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;
        Returns:
        The lastTransitionTime.
      • getLastTransitionTimeOrBuilder

        Generated.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;
        Returns:
        Whether the reason field is set.
      • getReason

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

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

        boolean hasMessage()
         A human readable message indicating details about the transition.
         +optional
         
        optional string message = 5;
        Returns:
        Whether the message field is set.
      • getMessage

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

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