RBDVolumeSource constructor
const
RBDVolumeSource({})
Default constructor.
Implementation
const RBDVolumeSource({
this.fsType,
required this.image,
this.keyring,
required this.monitors,
this.pool,
this.readOnly,
this.secretRef,
this.user,
});