Uses of Class
org.csanchez.jenkins.plugins.kubernetes.volumes.PodVolume
Packages that use PodVolume
Package
Description
-
Uses of PodVolume in org.csanchez.jenkins.plugins.kubernetes
Subclasses of PodVolume in org.csanchez.jenkins.plugins.kubernetesModifier and TypeClassDescriptionstatic class
Deprecated.static class
Deprecated.static class
Deprecated.static class
Deprecated.static class
Deprecated.Methods in org.csanchez.jenkins.plugins.kubernetes that return types with arguments of type PodVolumeMethod parameters in org.csanchez.jenkins.plugins.kubernetes with type arguments of type PodVolumeConstructor parameters in org.csanchez.jenkins.plugins.kubernetes with type arguments of type PodVolumeModifierConstructorDescriptionPodTemplate
(String image, List<? extends PodVolume> volumes) Deprecated. -
Uses of PodVolume in org.csanchez.jenkins.plugins.kubernetes.pipeline
Methods in org.csanchez.jenkins.plugins.kubernetes.pipeline that return types with arguments of type PodVolumeMethod parameters in org.csanchez.jenkins.plugins.kubernetes.pipeline with type arguments of type PodVolume -
Uses of PodVolume in org.csanchez.jenkins.plugins.kubernetes.volumes
Subclasses of PodVolume in org.csanchez.jenkins.plugins.kubernetes.volumesModifier 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
Method parameters in org.csanchez.jenkins.plugins.kubernetes.volumes with type arguments of type PodVolumeModifier and TypeMethodDescriptionstatic boolean
PodVolume.podVolumeExists
(String path, List<PodVolume> existingVolumes)
GenericEphemeralVolume
instead.