CSIVolumeSource constructor
const
CSIVolumeSource({})
Default constructor.
Implementation
const CSIVolumeSource({
required this.driver,
this.fsType,
this.nodePublishSecretRef,
this.readOnly,
this.volumeAttributes,
});