1.0 KiB
1.0 KiB
Kubernetes::Object::V1PersistentVolumeClaimCondition
Load the model package
use Kubernetes::Object::V1PersistentVolumeClaimCondition;
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| last_probe_time | DateTime | Last time we probed the condition. | [optional] |
| last_transition_time | DateTime | Last time the condition transitioned from one status to another. | [optional] |
| message | string | Human-readable message indicating details about last transition. | [optional] |
| reason | string | 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. | [optional] |
| status | string | ||
| type | string |