Class PersistentVolumeClaimCondition

    • Constructor Detail

      • PersistentVolumeClaimCondition

        public PersistentVolumeClaimCondition()
        No args constructor for use in serialization
      • PersistentVolumeClaimCondition

        public PersistentVolumeClaimCondition​(String lastProbeTime,
                                              String lastTransitionTime,
                                              String message,
                                              String reason,
                                              String status,
                                              String type)
    • Method Detail

      • getLastProbeTime

        public String getLastProbeTime()
        PersistentVolumeClaimCondition contains details about state of pvc
      • setLastProbeTime

        public void setLastProbeTime​(String lastProbeTime)
        PersistentVolumeClaimCondition contains details about state of pvc
      • getLastTransitionTime

        public String getLastTransitionTime()
        PersistentVolumeClaimCondition contains details about state of pvc
      • setLastTransitionTime

        public void setLastTransitionTime​(String lastTransitionTime)
        PersistentVolumeClaimCondition contains details about state of pvc
      • getMessage

        public String getMessage()
        message is the human-readable message indicating details about last transition.
      • setMessage

        public void setMessage​(String message)
        message is the human-readable message indicating details about last transition.
      • getReason

        public 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.
      • setReason

        public void setReason​(String reason)
        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.
      • getStatus

        public 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
      • setStatus

        public void setStatus​(String status)
        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
      • getType

        public 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
      • setType

        public void setType​(String type)
        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
      • getAdditionalProperties

        public Map<String,​Object> getAdditionalProperties()
      • setAdditionalProperty

        public void setAdditionalProperty​(String name,
                                          Object value)
      • setAdditionalProperties

        public void setAdditionalProperties​(Map<String,​Object> additionalProperties)