StorageOSVolumeSource constructor
const
StorageOSVolumeSource({
- String? fsType,
- bool? readOnly,
- LocalObjectReference? secretRef,
- String? volumeName,
- String? volumeNamespace,
Default constructor.
Implementation
const StorageOSVolumeSource({
this.fsType,
this.readOnly,
this.secretRef,
this.volumeName,
this.volumeNamespace,
});