Class PodVolumes
java.lang.Object
org.csanchez.jenkins.plugins.kubernetes.PodVolumes
Deprecated.
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
Deprecated.static class
Deprecated.static class
Deprecated.static class
Deprecated.static class
Deprecated. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic boolean
podVolumeExists
(String path, List<PodVolumes.PodVolume> existingVolumes) Deprecated.static boolean
volumeMountExists
(String path, List<io.fabric8.kubernetes.api.model.VolumeMount> existingMounts) Deprecated.UsevolumeMountExists(String, List)
instead
-
Constructor Details
-
PodVolumes
public PodVolumes()Deprecated.
-
-
Method Details
-
volumeMountExists
@Deprecated public static boolean volumeMountExists(String path, List<io.fabric8.kubernetes.api.model.VolumeMount> existingMounts) Deprecated.UsevolumeMountExists(String, List)
instead -
podVolumeExists
@Deprecated public static boolean podVolumeExists(String path, List<PodVolumes.PodVolume> existingVolumes) Deprecated.UsePodVolume.podVolumeExists(String,List)
instead
-
PodVolume.podVolumeExists(String,List)
instead