StorageOSPersistentVolumeSource constructor

const StorageOSPersistentVolumeSource({
  1. String? fsType,
  2. bool? readOnly,
  3. ObjectReference? secretRef,
  4. String? volumeName,
  5. String? volumeNamespace,
})

The main constructor.

Implementation

const StorageOSPersistentVolumeSource({
  this.fsType,
  this.readOnly,
  this.secretRef,
  this.volumeName,
  this.volumeNamespace,
});