Class PodVolumes.HostPathVolume
java.lang.Object
hudson.model.AbstractDescribableImpl<PodVolume>
org.csanchez.jenkins.plugins.kubernetes.volumes.PodVolume
org.csanchez.jenkins.plugins.kubernetes.volumes.HostPathVolume
org.csanchez.jenkins.plugins.kubernetes.PodVolumes.HostPathVolume
- All Implemented Interfaces:
Describable<PodVolume>
,Serializable
- Enclosing class:
- PodVolumes
Deprecated.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class org.csanchez.jenkins.plugins.kubernetes.volumes.HostPathVolume
HostPathVolume.DescriptorImpl
-
Constructor Summary
ConstructorDescriptionHostPathVolume
(String hostPath, String mountPath, Boolean readOnly) Deprecated. -
Method Summary
Methods inherited from class org.csanchez.jenkins.plugins.kubernetes.volumes.HostPathVolume
buildVolume, getHostPath, getMountPath, getReadOnly, toString
Methods inherited from class org.csanchez.jenkins.plugins.kubernetes.volumes.PodVolume
buildVolume, createVolume, podVolumeExists, volumeMountExists
Methods inherited from class hudson.model.AbstractDescribableImpl
getDescriptor
-
Constructor Details
-
HostPathVolume
Deprecated.
-
-
Method Details
-
readResolve
Deprecated.
-