@Deprecated public class PodVolumes extends Object
Modifier and Type | Class and Description |
---|---|
static class |
PodVolumes.EmptyDirVolume
Deprecated.
|
static class |
PodVolumes.HostPathVolume
Deprecated.
|
static class |
PodVolumes.NfsVolume
Deprecated.
|
static class |
PodVolumes.PodVolume
Deprecated.
|
static class |
PodVolumes.SecretVolume
Deprecated.
|
Constructor and Description |
---|
PodVolumes()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static boolean |
podVolumeExists(String path,
List<PodVolumes.PodVolume> existingVolumes)
Deprecated.
Use
PodVolume.podVolumeExists(String,List) instead |
static boolean |
volumeMountExists(String path,
List<io.fabric8.kubernetes.api.model.VolumeMount> existingMounts)
Deprecated.
Use
volumeMountExists(String, List) instead |
public static boolean volumeMountExists(String path, List<io.fabric8.kubernetes.api.model.VolumeMount> existingMounts)
volumeMountExists(String, List)
insteadpublic static boolean podVolumeExists(String path, List<PodVolumes.PodVolume> existingVolumes)
PodVolume.podVolumeExists(String,List)
insteadCopyright © 2016–2019. All rights reserved.