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