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