public abstract class PodVolume extends AbstractDescribableImpl<PodVolume> implements Serializable
Constructor and Description |
---|
PodVolume() |
Modifier and Type | Method and Description |
---|---|
abstract io.fabric8.kubernetes.api.model.Volume |
buildVolume(String volumeName) |
abstract String |
getMountPath() |
static boolean |
podVolumeExists(String path,
List<PodVolume> existingVolumes) |
static boolean |
volumeMountExists(String path,
Iterable<io.fabric8.kubernetes.api.model.VolumeMount> existingMounts) |
getDescriptor
Copyright © 2016–2019. All rights reserved.