Package cz.xtf.builder.builders.pod
Class HostPathVolume
- java.lang.Object
-
- cz.xtf.builder.builders.pod.Volume
-
- cz.xtf.builder.builders.pod.HostPathVolume
-
public class HostPathVolume extends Volume
-
-
Constructor Summary
Constructors Constructor Description HostPathVolume(String name, String sourceHostDirPath)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidaddVolumeParameters(io.fabric8.kubernetes.api.model.VolumeBuilder builder)StringgetSourceHostDirPath()
-
-
-
Method Detail
-
getSourceHostDirPath
public String getSourceHostDirPath()
-
addVolumeParameters
protected void addVolumeParameters(io.fabric8.kubernetes.api.model.VolumeBuilder builder)
- Specified by:
addVolumeParametersin classVolume
-
-