public class V1HostPathVolumeSource extends Object
Constructor and Description |
---|
V1HostPathVolumeSource() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getPath()
Path of the directory on the host.
|
String |
getType()
Type for HostPath Volume Defaults to \"\" More info: https://kubernetes.io/docs/concepts/storage/volumes#hostpath
|
int |
hashCode() |
V1HostPathVolumeSource |
path(String path) |
void |
setPath(String path) |
void |
setType(String type) |
String |
toString() |
V1HostPathVolumeSource |
type(String type) |
public V1HostPathVolumeSource path(String path)
public String getPath()
public void setPath(String path)
public V1HostPathVolumeSource type(String type)
public String getType()
public void setType(String type)
Copyright © 2019. All rights reserved.