Interface Generated.PersistentVolumeStatusOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      Generated.Time getLastPhaseTransitionTime()
      lastPhaseTransitionTime is the time the phase transitioned from one to another and automatically resets to current time everytime a volume phase transitions.
      Generated.TimeOrBuilder getLastPhaseTransitionTimeOrBuilder()
      lastPhaseTransitionTime is the time the phase transitioned from one to another and automatically resets to current time everytime a volume phase transitions.
      String getMessage()
      message is a human-readable message indicating details about why the volume is in this state.
      com.google.protobuf.ByteString getMessageBytes()
      message is a human-readable message indicating details about why the volume is in this state.
      String getPhase()
      phase indicates if a volume is available, bound to a claim, or released by a claim.
      com.google.protobuf.ByteString getPhaseBytes()
      phase indicates if a volume is available, bound to a claim, or released by a claim.
      String getReason()
      reason is a brief CamelCase string that describes any failure and is meant for machine parsing and tidy display in the CLI.
      com.google.protobuf.ByteString getReasonBytes()
      reason is a brief CamelCase string that describes any failure and is meant for machine parsing and tidy display in the CLI.
      boolean hasLastPhaseTransitionTime()
      lastPhaseTransitionTime is the time the phase transitioned from one to another and automatically resets to current time everytime a volume phase transitions.
      boolean hasMessage()
      message is a human-readable message indicating details about why the volume is in this state.
      boolean hasPhase()
      phase indicates if a volume is available, bound to a claim, or released by a claim.
      boolean hasReason()
      reason is a brief CamelCase string that describes any failure and is meant for machine parsing and tidy display in the CLI.
      • 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

      • hasPhase

        boolean hasPhase()
         phase indicates if a volume is available, bound to a claim, or released by a claim.
         More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#phase
         +optional
         
        optional string phase = 1;
        Returns:
        Whether the phase field is set.
      • getPhase

        String getPhase()
         phase indicates if a volume is available, bound to a claim, or released by a claim.
         More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#phase
         +optional
         
        optional string phase = 1;
        Returns:
        The phase.
      • getPhaseBytes

        com.google.protobuf.ByteString getPhaseBytes()
         phase indicates if a volume is available, bound to a claim, or released by a claim.
         More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#phase
         +optional
         
        optional string phase = 1;
        Returns:
        The bytes for phase.
      • hasMessage

        boolean hasMessage()
         message is a human-readable message indicating details about why the volume is in this state.
         +optional
         
        optional string message = 2;
        Returns:
        Whether the message field is set.
      • getMessage

        String getMessage()
         message is a human-readable message indicating details about why the volume is in this state.
         +optional
         
        optional string message = 2;
        Returns:
        The message.
      • getMessageBytes

        com.google.protobuf.ByteString getMessageBytes()
         message is a human-readable message indicating details about why the volume is in this state.
         +optional
         
        optional string message = 2;
        Returns:
        The bytes for message.
      • hasReason

        boolean hasReason()
         reason is a brief CamelCase string that describes any failure and is meant
         for machine parsing and tidy display in the CLI.
         +optional
         
        optional string reason = 3;
        Returns:
        Whether the reason field is set.
      • getReason

        String getReason()
         reason is a brief CamelCase string that describes any failure and is meant
         for machine parsing and tidy display in the CLI.
         +optional
         
        optional string reason = 3;
        Returns:
        The reason.
      • getReasonBytes

        com.google.protobuf.ByteString getReasonBytes()
         reason is a brief CamelCase string that describes any failure and is meant
         for machine parsing and tidy display in the CLI.
         +optional
         
        optional string reason = 3;
        Returns:
        The bytes for reason.
      • hasLastPhaseTransitionTime

        boolean hasLastPhaseTransitionTime()
         lastPhaseTransitionTime is the time the phase transitioned from one to another
         and automatically resets to current time everytime a volume phase transitions.
         +optional
         
        optional .k8s.io.apimachinery.pkg.apis.meta.v1.Time lastPhaseTransitionTime = 4;
        Returns:
        Whether the lastPhaseTransitionTime field is set.
      • getLastPhaseTransitionTime

        Generated.Time getLastPhaseTransitionTime()
         lastPhaseTransitionTime is the time the phase transitioned from one to another
         and automatically resets to current time everytime a volume phase transitions.
         +optional
         
        optional .k8s.io.apimachinery.pkg.apis.meta.v1.Time lastPhaseTransitionTime = 4;
        Returns:
        The lastPhaseTransitionTime.
      • getLastPhaseTransitionTimeOrBuilder

        Generated.TimeOrBuilder getLastPhaseTransitionTimeOrBuilder()
         lastPhaseTransitionTime is the time the phase transitioned from one to another
         and automatically resets to current time everytime a volume phase transitions.
         +optional
         
        optional .k8s.io.apimachinery.pkg.apis.meta.v1.Time lastPhaseTransitionTime = 4;