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