Class PersistentVolumeStatus

    • Constructor Detail

      • PersistentVolumeStatus

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

        public PersistentVolumeStatus​(String lastPhaseTransitionTime,
                                      String message,
                                      String phase,
                                      String reason)
    • Method Detail

      • getLastPhaseTransitionTime

        public String getLastPhaseTransitionTime()
        PersistentVolumeStatus is the current status of a persistent volume.
      • setLastPhaseTransitionTime

        public void setLastPhaseTransitionTime​(String lastPhaseTransitionTime)
        PersistentVolumeStatus is the current status of a persistent volume.
      • getMessage

        public String getMessage()
        message is a human-readable message indicating details about why the volume is in this state.
      • setMessage

        public void setMessage​(String message)
        message is a human-readable message indicating details about why the volume is in this state.
      • getPhase

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

        public void setPhase​(String phase)
        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
      • getReason

        public String getReason()
        reason is a brief CamelCase string that describes any failure and is meant for machine parsing and tidy display in the CLI.
      • setReason

        public void setReason​(String reason)
        reason is a brief CamelCase string that describes any failure and is meant for machine parsing and tidy display in the CLI.
      • getAdditionalProperties

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

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

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