public class NFSVolumeSource extends Object implements KubernetesResource
| Constructor and Description |
|---|
NFSVolumeSource()
No args constructor for use in serialization
|
NFSVolumeSource(String path,
Boolean readOnly,
String server) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Object> |
getAdditionalProperties() |
String |
getPath() |
Boolean |
getReadOnly() |
String |
getServer() |
void |
setAdditionalProperty(String name,
Object value) |
void |
setPath(String path) |
void |
setReadOnly(Boolean readOnly) |
void |
setServer(String server) |
public NFSVolumeSource()
Copyright © 2015–2020 Red Hat. All rights reserved.