Class ConfigMapVolume
java.lang.Object
hudson.model.AbstractDescribableImpl<PodVolume>
org.csanchez.jenkins.plugins.kubernetes.volumes.PodVolume
org.csanchez.jenkins.plugins.kubernetes.volumes.ConfigMapVolume
- All Implemented Interfaces:
Describable<PodVolume>,Serializable
- See Also:
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionio.fabric8.kubernetes.api.model.VolumebuildVolume(String volumeName) It's expected to override at least one ofPodVolume.buildVolume(String, String)orPodVolume.buildVolume(String).protected ObjectvoidsetSubPath(String subPath) Methods inherited from class org.csanchez.jenkins.plugins.kubernetes.volumes.PodVolume
buildVolume, createVolume, podVolumeExists, volumeMountExistsMethods inherited from class hudson.model.AbstractDescribableImpl
getDescriptor
-
Constructor Details
-
ConfigMapVolume
-
-
Method Details
-
buildVolume
Description copied from class:PodVolumeIt's expected to override at least one ofPodVolume.buildVolume(String, String)orPodVolume.buildVolume(String).- Overrides:
buildVolumein classPodVolume- Parameters:
volumeName- The name of the volume to build.- Returns:
- The built volume.
-
getConfigMapName
-
getMountPath
- Specified by:
getMountPathin classPodVolume
-
getOptional
-
getSubPath
-
setSubPath
-
readResolve
-