PersistentVolumeClaimStatus constructor
const
PersistentVolumeClaimStatus({})
Default constructor.
Implementation
const PersistentVolumeClaimStatus({
this.accessModes,
this.allocatedResources,
this.capacity,
this.conditions,
this.phase,
this.resizeStatus,
});