Interface Generated.PersistentVolumeClaimConditionOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      Generated.Time getLastProbeTime()
      lastProbeTime is the time we probed the condition.
      Generated.TimeOrBuilder getLastProbeTimeOrBuilder()
      lastProbeTime is the time we probed the condition.
      Generated.Time getLastTransitionTime()
      lastTransitionTime is the time the condition transitioned from one status to another.
      Generated.TimeOrBuilder getLastTransitionTimeOrBuilder()
      lastTransitionTime is the time the condition transitioned from one status to another.
      String getMessage()
      message is the human-readable message indicating details about last transition.
      com.google.protobuf.ByteString getMessageBytes()
      message is the human-readable message indicating details about last transition.
      String getReason()
      reason is a unique, this should be a short, machine understandable string that gives the reason for condition's last transition.
      com.google.protobuf.ByteString getReasonBytes()
      reason is a unique, this should be a short, machine understandable string that gives the reason for condition's last transition.
      String getStatus()
      Status is the status of the condition.
      com.google.protobuf.ByteString getStatusBytes()
      Status is the status of the condition.
      String getType()
      Type is the type of the condition.
      com.google.protobuf.ByteString getTypeBytes()
      Type is the type of the condition.
      boolean hasLastProbeTime()
      lastProbeTime is the time we probed the condition.
      boolean hasLastTransitionTime()
      lastTransitionTime is the time the condition transitioned from one status to another.
      boolean hasMessage()
      message is the human-readable message indicating details about last transition.
      boolean hasReason()
      reason is a unique, this should be a short, machine understandable string that gives the reason for condition's last transition.
      boolean hasStatus()
      Status is the status of the condition.
      boolean hasType()
      Type is the type of the 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 is the type of the condition.
         More info: https://kubernetes.io/docs/reference/kubernetes-api/config-and-storage-resources/persistent-volume-claim-v1/#:~:text=set%20to%20%27ResizeStarted%27.-,PersistentVolumeClaimCondition,-contains%20details%20about
         
        optional string type = 1;
        Returns:
        Whether the type field is set.
      • getType

        String getType()
         Type is the type of the condition.
         More info: https://kubernetes.io/docs/reference/kubernetes-api/config-and-storage-resources/persistent-volume-claim-v1/#:~:text=set%20to%20%27ResizeStarted%27.-,PersistentVolumeClaimCondition,-contains%20details%20about
         
        optional string type = 1;
        Returns:
        The type.
      • getTypeBytes

        com.google.protobuf.ByteString getTypeBytes()
         Type is the type of the condition.
         More info: https://kubernetes.io/docs/reference/kubernetes-api/config-and-storage-resources/persistent-volume-claim-v1/#:~:text=set%20to%20%27ResizeStarted%27.-,PersistentVolumeClaimCondition,-contains%20details%20about
         
        optional string type = 1;
        Returns:
        The bytes for type.
      • hasStatus

        boolean hasStatus()
         Status is the status of the condition.
         Can be True, False, Unknown.
         More info: https://kubernetes.io/docs/reference/kubernetes-api/config-and-storage-resources/persistent-volume-claim-v1/#:~:text=state%20of%20pvc-,conditions.status,-(string)%2C%20required
         
        optional string status = 2;
        Returns:
        Whether the status field is set.
      • getStatus

        String getStatus()
         Status is the status of the condition.
         Can be True, False, Unknown.
         More info: https://kubernetes.io/docs/reference/kubernetes-api/config-and-storage-resources/persistent-volume-claim-v1/#:~:text=state%20of%20pvc-,conditions.status,-(string)%2C%20required
         
        optional string status = 2;
        Returns:
        The status.
      • getStatusBytes

        com.google.protobuf.ByteString getStatusBytes()
         Status is the status of the condition.
         Can be True, False, Unknown.
         More info: https://kubernetes.io/docs/reference/kubernetes-api/config-and-storage-resources/persistent-volume-claim-v1/#:~:text=state%20of%20pvc-,conditions.status,-(string)%2C%20required
         
        optional string status = 2;
        Returns:
        The bytes for status.
      • hasLastProbeTime

        boolean hasLastProbeTime()
         lastProbeTime is the time we probed the condition.
         +optional
         
        optional .k8s.io.apimachinery.pkg.apis.meta.v1.Time lastProbeTime = 3;
        Returns:
        Whether the lastProbeTime field is set.
      • getLastProbeTime

        Generated.Time getLastProbeTime()
         lastProbeTime is the time we probed the condition.
         +optional
         
        optional .k8s.io.apimachinery.pkg.apis.meta.v1.Time lastProbeTime = 3;
        Returns:
        The lastProbeTime.
      • getLastProbeTimeOrBuilder

        Generated.TimeOrBuilder getLastProbeTimeOrBuilder()
         lastProbeTime is the time we probed the condition.
         +optional
         
        optional .k8s.io.apimachinery.pkg.apis.meta.v1.Time lastProbeTime = 3;
      • hasLastTransitionTime

        boolean hasLastTransitionTime()
         lastTransitionTime is the time the condition transitioned from one status to another.
         +optional
         
        optional .k8s.io.apimachinery.pkg.apis.meta.v1.Time lastTransitionTime = 4;
        Returns:
        Whether the lastTransitionTime field is set.
      • getLastTransitionTime

        Generated.Time getLastTransitionTime()
         lastTransitionTime is the time the condition transitioned from one status to another.
         +optional
         
        optional .k8s.io.apimachinery.pkg.apis.meta.v1.Time lastTransitionTime = 4;
        Returns:
        The lastTransitionTime.
      • getLastTransitionTimeOrBuilder

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

        boolean hasReason()
         reason is a unique, this should be a short, machine understandable string that gives the reason
         for condition's last transition. If it reports "Resizing" that means the underlying
         persistent volume is being resized.
         +optional
         
        optional string reason = 5;
        Returns:
        Whether the reason field is set.
      • getReason

        String getReason()
         reason is a unique, this should be a short, machine understandable string that gives the reason
         for condition's last transition. If it reports "Resizing" that means the underlying
         persistent volume is being resized.
         +optional
         
        optional string reason = 5;
        Returns:
        The reason.
      • getReasonBytes

        com.google.protobuf.ByteString getReasonBytes()
         reason is a unique, this should be a short, machine understandable string that gives the reason
         for condition's last transition. If it reports "Resizing" that means the underlying
         persistent volume is being resized.
         +optional
         
        optional string reason = 5;
        Returns:
        The bytes for reason.
      • hasMessage

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

        String getMessage()
         message is the human-readable message indicating details about last transition.
         +optional
         
        optional string message = 6;
        Returns:
        The message.
      • getMessageBytes

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