@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2020-06-19T10:47:33.387Z[Etc/UTC]") public class V1LocalVolumeSource extends Object
Modifier and Type | Field and Description |
---|---|
static String |
SERIALIZED_NAME_FS_TYPE |
static String |
SERIALIZED_NAME_PATH |
Constructor and Description |
---|
V1LocalVolumeSource() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
V1LocalVolumeSource |
fsType(String fsType) |
String |
getFsType()
Filesystem type to mount.
|
String |
getPath()
The full path to the volume on the node.
|
int |
hashCode() |
V1LocalVolumeSource |
path(String path) |
void |
setFsType(String fsType) |
void |
setPath(String path) |
String |
toString() |
public static final String SERIALIZED_NAME_FS_TYPE
public static final String SERIALIZED_NAME_PATH
public V1LocalVolumeSource fsType(String fsType)
@Nullable public String getFsType()
public void setFsType(String fsType)
public V1LocalVolumeSource path(String path)
public String getPath()
public void setPath(String path)
Copyright © 2020. All rights reserved.