@Generated(value="org.jsonschema2pojo") public class HostPathVolumeSource extends Object
| Constructor and Description |
|---|
HostPathVolumeSource()
No args constructor for use in serialization
|
HostPathVolumeSource(String path) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Object> |
getAdditionalProperties() |
String |
getPath()
path of the directory on the host; see http://releases.k8s.io/HEAD/docs/user-guide/volumes.md#hostpath
|
void |
setAdditionalProperty(String name,
Object value) |
void |
setPath(String path)
path of the directory on the host; see http://releases.k8s.io/HEAD/docs/user-guide/volumes.md#hostpath
|
public HostPathVolumeSource()
public HostPathVolumeSource(String path)
path - public String getPath()
public void setPath(String path)
path - The pathCopyright © 2011–2015 Red Hat. All rights reserved.