public class HostPathVolume extends PodVolume
Modifier and Type | Class and Description |
---|---|
static class |
HostPathVolume.DescriptorImpl |
Constructor and Description |
---|
HostPathVolume(String hostPath,
String mountPath) |
Modifier and Type | Method and Description |
---|---|
io.fabric8.kubernetes.api.model.Volume |
buildVolume(String volumeName) |
String |
getHostPath() |
String |
getMountPath() |
String |
toString() |
podVolumeExists, volumeMountExists
getDescriptor
public io.fabric8.kubernetes.api.model.Volume buildVolume(String volumeName)
buildVolume
in class PodVolume
public String getMountPath()
getMountPath
in class PodVolume
public String getHostPath()
Copyright © 2016–2019. All rights reserved.