public class NfsVolume extends PodVolume
Modifier and Type | Class and Description |
---|---|
static class |
NfsVolume.DescriptorImpl |
Constructor and Description |
---|
NfsVolume(String serverAddress,
String serverPath,
Boolean readOnly,
String mountPath) |
Modifier and Type | Method and Description |
---|---|
io.fabric8.kubernetes.api.model.Volume |
buildVolume(String volumeName) |
String |
getMountPath() |
Boolean |
getReadOnly() |
String |
getServerAddress() |
String |
getServerPath() |
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 getServerAddress()
public String getServerPath()
Copyright © 2016–2019. All rights reserved.