PersistentVolume constructor
const
PersistentVolume({
- String? apiVersion,
- String? kind,
- ObjectMeta? metadata,
- PersistentVolumeSpec? spec,
- PersistentVolumeStatus? status,
Default constructor.
Implementation
const PersistentVolume({
this.apiVersion,
this.kind,
this.metadata,
this.spec,
this.status,
});