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