Class MountsConfig
- java.lang.Object
 - 
- org.honton.chas.podman.maven.plugin.config.MountsConfig
 
 
- 
public class MountsConfig extends Object
Mounts configuration 
- 
- 
Field Summary
Fields Modifier and Type Field Description List<BindMountConfig>bindsList of bindings from host to containerList<TempFsMountConfig>tempsList of Temporary file systemsList<VolumeMountConfig>volumesList of volume mappings. 
- 
Constructor Summary
Constructors Constructor Description MountsConfig() 
 - 
 
- 
- 
Field Detail
- 
binds
@Parameter public List<BindMountConfig> binds
List of bindings from host to container 
- 
temps
@Parameter public List<TempFsMountConfig> temps
List of Temporary file systems 
- 
volumes
@Parameter public List<VolumeMountConfig> volumes
List of volume mappings. 
 - 
 
 -