public class V1LocalVolumeSource extends Object
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 V1LocalVolumeSource fsType(String fsType)
public String getFsType()
public void setFsType(String fsType)
public V1LocalVolumeSource path(String path)
public String getPath()
public void setPath(String path)
Copyright © 2019. All rights reserved.