ScaleIOPersistentVolumeSource constructor
const
ScaleIOPersistentVolumeSource({})
Default constructor.
Implementation
const ScaleIOPersistentVolumeSource({
this.fsType,
required this.gateway,
this.protectionDomain,
this.readOnly,
required this.secretRef,
this.sslEnabled,
this.storageMode,
this.storagePool,
required this.system,
this.volumeName,
});