public static class PodVolumes.NfsVolume extends PodVolumes.PodVolume
| Modifier and Type | Class and Description |
|---|---|
static class |
PodVolumes.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() |
public io.fabric8.kubernetes.api.model.Volume buildVolume(String volumeName)
buildVolume in class PodVolumes.PodVolumepublic String getMountPath()
getMountPath in class PodVolumes.PodVolumepublic String getServerAddress()
public String getServerPath()
public Boolean getReadOnly()
Copyright © 2016. All rights reserved.