CephFSPersistentVolumeSource constructor
const
CephFSPersistentVolumeSource({})
Default constructor.
Implementation
const CephFSPersistentVolumeSource({
required this.monitors,
this.path,
this.readOnly,
this.secretFile,
this.secretRef,
this.user,
});