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