Volume constructor
Volume({
- ConfigMapVolumeSource? configMap,
- EmptyDirVolumeSource? emptyDir,
- String? name,
- SecretVolumeSource? secret,
Implementation
Volume({
this.configMap,
this.emptyDir,
this.name,
this.secret,
});