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 SummaryFields
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionbooleanlastProbeTime is the time we probed the condition.lastTransitionTime is the time the condition transitioned from one status to another.message is the human-readable message indicating details about last transition.reason is a unique, this should be a short, machine understandable string that gives the reason for condition's last transition.getType()inthashCode()lastProbeTime(ZonedDateTime lastProbeTime) Set lastProbeTime in a chainable fashion.lastTransitionTime(ZonedDateTime lastTransitionTime) Set lastTransitionTime in a chainable fashion.Set message in a chainable fashion.Set reason in a chainable fashion.voidsetLastProbeTime(ZonedDateTime lastProbeTime) Set the lastProbeTime property valuevoidsetLastTransitionTime(ZonedDateTime lastTransitionTime) Set the lastTransitionTime property valuevoidsetMessage(String message) Set the message property valuevoidSet the reason property valuevoidSet the status property valuevoidSet the type property valueSet status in a chainable fashion.toString()Set type in a chainable fashion.
- 
Field Details- 
JSON_PROPERTY_LAST_PROBE_TIME- See Also:
 
- 
JSON_PROPERTY_LAST_TRANSITION_TIME- See Also:
 
- 
JSON_PROPERTY_MESSAGE- See Also:
 
- 
JSON_PROPERTY_REASON- See Also:
 
- 
JSON_PROPERTY_STATUS- See Also:
 
- 
JSON_PROPERTY_TYPE- See Also:
 
 
- 
- 
Constructor Details- 
V1PersistentVolumeClaimCondition
 
- 
- 
Method Details- 
getLastProbeTimelastProbeTime is the time we probed the condition.- Returns:
- the lastProbeTime property value
 
- 
setLastProbeTimeSet the lastProbeTime property value
- 
lastProbeTimeSet lastProbeTime in a chainable fashion.- Returns:
- The same instance of V1PersistentVolumeClaimCondition for chaining.
 
- 
getLastTransitionTimelastTransitionTime is the time the condition transitioned from one status to another.- Returns:
- the lastTransitionTime property value
 
- 
setLastTransitionTimeSet the lastTransitionTime property value
- 
lastTransitionTimeSet lastTransitionTime in a chainable fashion.- Returns:
- The same instance of V1PersistentVolumeClaimCondition for chaining.
 
- 
getMessagemessage is the human-readable message indicating details about last transition.- Returns:
- the message property value
 
- 
setMessageSet the message property value
- 
messageSet message in a chainable fashion.- Returns:
- The same instance of V1PersistentVolumeClaimCondition for chaining.
 
- 
getReasonreason 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
 
- 
setReasonSet the reason property value
- 
reasonSet reason in a chainable fashion.- Returns:
- The same instance of V1PersistentVolumeClaimCondition for chaining.
 
- 
getStatus- Returns:
- the status property value
 
- 
setStatusSet the status property value
- 
statusSet status in a chainable fashion.- Returns:
- The same instance of V1PersistentVolumeClaimCondition for chaining.
 
- 
getType- Returns:
- the type property value
 
- 
setTypeSet the type property value
- 
typeSet type in a chainable fashion.- Returns:
- The same instance of V1PersistentVolumeClaimCondition for chaining.
 
- 
equals
- 
hashCodepublic int hashCode()
- 
toString
 
-