CinderVolumeSource constructor
const
CinderVolumeSource({
- String? fsType,
- bool? readOnly,
- LocalObjectReference? secretRef,
- required String volumeID,
Default constructor.
Implementation
const CinderVolumeSource({
this.fsType,
this.readOnly,
this.secretRef,
required this.volumeID,
});