Package net.stickycode.kuuty.model.v18
Class IoK8sApiCoreV1PersistentVolumeClaimCondition
- java.lang.Object
-
- net.stickycode.kuuty.model.v18.IoK8sApiCoreV1PersistentVolumeClaimCondition
-
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2020-11-26T11:01:11.402583+13:00[Pacific/Auckland]") public class IoK8sApiCoreV1PersistentVolumeClaimCondition extends Object
PersistentVolumeClaimCondition contails details about state of pvc
-
-
Field Summary
Fields Modifier and Type Field Description static StringJSON_PROPERTY_LAST_PROBE_TIMEstatic StringJSON_PROPERTY_LAST_TRANSITION_TIMEstatic StringJSON_PROPERTY_MESSAGEstatic StringJSON_PROPERTY_REASONstatic StringJSON_PROPERTY_STATUSstatic StringJSON_PROPERTY_TYPE
-
Constructor Summary
Constructors Constructor Description IoK8sApiCoreV1PersistentVolumeClaimCondition()
-
Method Summary
-
-
-
Field Detail
-
JSON_PROPERTY_LAST_PROBE_TIME
public static final String JSON_PROPERTY_LAST_PROBE_TIME
- See Also:
- Constant Field Values
-
JSON_PROPERTY_LAST_TRANSITION_TIME
public static final String JSON_PROPERTY_LAST_TRANSITION_TIME
- See Also:
- Constant Field Values
-
JSON_PROPERTY_MESSAGE
public static final String JSON_PROPERTY_MESSAGE
- See Also:
- Constant Field Values
-
JSON_PROPERTY_REASON
public static final String JSON_PROPERTY_REASON
- See Also:
- Constant Field Values
-
JSON_PROPERTY_STATUS
public static final String JSON_PROPERTY_STATUS
- See Also:
- Constant Field Values
-
JSON_PROPERTY_TYPE
public static final String JSON_PROPERTY_TYPE
- See Also:
- Constant Field Values
-
-
Method Detail
-
lastProbeTime
public IoK8sApiCoreV1PersistentVolumeClaimCondition lastProbeTime(OffsetDateTime lastProbeTime)
-
getLastProbeTime
@Nullable public OffsetDateTime getLastProbeTime()
Time is a wrapper around time.Time which supports correct marshaling to YAML and JSON. Wrappers are provided for many of the factory methods that the time package offers.- Returns:
- lastProbeTime
-
setLastProbeTime
public void setLastProbeTime(OffsetDateTime lastProbeTime)
-
lastTransitionTime
public IoK8sApiCoreV1PersistentVolumeClaimCondition lastTransitionTime(OffsetDateTime lastTransitionTime)
-
getLastTransitionTime
@Nullable public OffsetDateTime getLastTransitionTime()
Time is a wrapper around time.Time which supports correct marshaling to YAML and JSON. Wrappers are provided for many of the factory methods that the time package offers.- Returns:
- lastTransitionTime
-
setLastTransitionTime
public void setLastTransitionTime(OffsetDateTime lastTransitionTime)
-
message
public IoK8sApiCoreV1PersistentVolumeClaimCondition message(String message)
-
getMessage
@Nullable public String getMessage()
Human-readable message indicating details about last transition.- Returns:
- message
-
setMessage
public void setMessage(String message)
-
reason
public IoK8sApiCoreV1PersistentVolumeClaimCondition reason(String reason)
-
getReason
@Nullable public String getReason()
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:
- reason
-
setReason
public void setReason(String reason)
-
status
public IoK8sApiCoreV1PersistentVolumeClaimCondition status(String status)
-
getStatus
public String getStatus()
Get status- Returns:
- status
-
setStatus
public void setStatus(String status)
-
type
public IoK8sApiCoreV1PersistentVolumeClaimCondition type(String type)
-
getType
public String getType()
Get type- Returns:
- type
-
setType
public void setType(String type)
-
-