public class V1NFSVolumeSource extends Object
Constructor and Description |
---|
V1NFSVolumeSource() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getPath()
Path that is exported by the NFS server.
|
String |
getServer()
Server is the hostname or IP address of the NFS server.
|
int |
hashCode() |
Boolean |
isReadOnly()
ReadOnly here will force the NFS export to be mounted with read-only permissions.
|
V1NFSVolumeSource |
path(String path) |
V1NFSVolumeSource |
readOnly(Boolean readOnly) |
V1NFSVolumeSource |
server(String server) |
void |
setPath(String path) |
void |
setReadOnly(Boolean readOnly) |
void |
setServer(String server) |
String |
toString() |
public V1NFSVolumeSource path(String path)
public String getPath()
public void setPath(String path)
public V1NFSVolumeSource readOnly(Boolean readOnly)
public Boolean isReadOnly()
public void setReadOnly(Boolean readOnly)
public V1NFSVolumeSource server(String server)
public String getServer()
public void setServer(String server)
Copyright © 2019. All rights reserved.