conditions property
conditions is the current Condition of persistent volume claim. If underlying persistent volume is being resized then the Condition will be set to 'ResizeStarted'.
Implementation
final List<PersistentVolumeClaimCondition>? conditions;