Uses of Class
org.csanchez.jenkins.plugins.kubernetes.volumes.PodVolume
Package
Description
-
Uses of PodVolume in org.csanchez.jenkins.plugins.kubernetes
Modifier and TypeClassDescriptionstatic class
Deprecated.static class
Deprecated.static class
Deprecated.static class
Deprecated.static class
Deprecated.ModifierConstructorDescriptionPodTemplate
(String image, List<? extends PodVolume> volumes) Deprecated. -
Uses of PodVolume in org.csanchez.jenkins.plugins.kubernetes.pipeline
-
Uses of PodVolume in org.csanchez.jenkins.plugins.kubernetes.volumes
Modifier and TypeClassDescriptionclass
class
Deprecated.class
class
Uses a generic ephemeral volume, that is created before the agent pod is created, and terminated afterwards.class
class
class
class
Modifier and TypeMethodDescriptionstatic boolean
PodVolume.podVolumeExists
(String path, List<PodVolume> existingVolumes)
GenericEphemeralVolume
instead.