Package cz.xtf.builder.builders.pod
Class VolumeMount
- java.lang.Object
-
- cz.xtf.builder.builders.pod.VolumeMount
-
public class VolumeMount extends Object
-
-
Constructor Summary
Constructors Constructor Description VolumeMount(String name, String mountPath, boolean readOnly)VolumeMount(String name, String mountPath, boolean readOnly, String subPath)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetMountPath()StringgetName()StringgetSubPath()booleanisReadOnly()
-