Class V1PersistentVolumeClaimCondition

java.lang.Object
io.micronaut.kubernetes.client.openapi.model.V1PersistentVolumeClaimCondition

@Generated("io.micronaut.openapi.generator.JavaMicronautClientCodegen") public class V1PersistentVolumeClaimCondition extends Object
PersistentVolumeClaimCondition contains details about state of pvc
  • Field Details

  • Constructor Details

    • V1PersistentVolumeClaimCondition

      public V1PersistentVolumeClaimCondition(String status, String type)
  • Method Details

    • getLastProbeTime

      public ZonedDateTime getLastProbeTime()
      lastProbeTime is the time we probed the condition.
      Returns:
      the lastProbeTime property value
    • setLastProbeTime

      public void setLastProbeTime(ZonedDateTime lastProbeTime)
      Set the lastProbeTime property value
    • lastProbeTime

      public V1PersistentVolumeClaimCondition lastProbeTime(ZonedDateTime lastProbeTime)
      Set lastProbeTime in a chainable fashion.
      Returns:
      The same instance of V1PersistentVolumeClaimCondition for chaining.
    • getLastTransitionTime

      public ZonedDateTime getLastTransitionTime()
      lastTransitionTime is the time the condition transitioned from one status to another.
      Returns:
      the lastTransitionTime property value
    • setLastTransitionTime

      public void setLastTransitionTime(ZonedDateTime lastTransitionTime)
      Set the lastTransitionTime property value
    • lastTransitionTime

      public V1PersistentVolumeClaimCondition lastTransitionTime(ZonedDateTime lastTransitionTime)
      Set lastTransitionTime in a chainable fashion.
      Returns:
      The same instance of V1PersistentVolumeClaimCondition for chaining.
    • getMessage

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

      public void setMessage(String message)
      Set the message property value
    • message

      public V1PersistentVolumeClaimCondition message(String message)
      Set message in a chainable fashion.
      Returns:
      The same instance of V1PersistentVolumeClaimCondition for chaining.
    • 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 \"ResizeStarted\" that means the underlying persistent volume is being resized.
      Returns:
      the reason property value
    • setReason

      public void setReason(String reason)
      Set the reason property value
    • reason

      public V1PersistentVolumeClaimCondition reason(String reason)
      Set reason in a chainable fashion.
      Returns:
      The same instance of V1PersistentVolumeClaimCondition for chaining.
    • getStatus

      public String getStatus()
      Returns:
      the status property value
    • setStatus

      public void setStatus(String status)
      Set the status property value
    • status

      public V1PersistentVolumeClaimCondition status(String status)
      Set status in a chainable fashion.
      Returns:
      The same instance of V1PersistentVolumeClaimCondition for chaining.
    • getType

      public String getType()
      Returns:
      the type property value
    • setType

      public void setType(String type)
      Set the type property value
    • type

      Set type in a chainable fashion.
      Returns:
      The same instance of V1PersistentVolumeClaimCondition for chaining.
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object