@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2020-11-06T08:58:17.566Z[Etc/UTC]") public class V1HostPathVolumeSource extends Object
Modifier and Type | Field and Description |
---|---|
static String |
SERIALIZED_NAME_PATH |
static String |
SERIALIZED_NAME_TYPE |
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 static final String SERIALIZED_NAME_PATH
public static final String SERIALIZED_NAME_TYPE
public V1HostPathVolumeSource path(String path)
public String getPath()
public void setPath(String path)
public V1HostPathVolumeSource type(String type)
@Nullable public String getType()
public void setType(String type)
Copyright © 2020. All rights reserved.