Package net.stickycode.kuuty.model.v18
Class IoK8sApiCoreV1LocalVolumeSource
- java.lang.Object
-
- net.stickycode.kuuty.model.v18.IoK8sApiCoreV1LocalVolumeSource
-
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2020-11-26T11:01:11.402583+13:00[Pacific/Auckland]") public class IoK8sApiCoreV1LocalVolumeSource extends Object
Local represents directly-attached storage with node affinity (Beta feature)
-
-
Field Summary
Fields Modifier and Type Field Description static StringJSON_PROPERTY_FS_TYPEstatic StringJSON_PROPERTY_PATH
-
Constructor Summary
Constructors Constructor Description IoK8sApiCoreV1LocalVolumeSource()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)IoK8sApiCoreV1LocalVolumeSourcefsType(String fsType)StringgetFsType()Filesystem type to mount.StringgetPath()The full path to the volume on the node.inthashCode()IoK8sApiCoreV1LocalVolumeSourcepath(String path)voidsetFsType(String fsType)voidsetPath(String path)StringtoString()
-
-
-
Field Detail
-
JSON_PROPERTY_FS_TYPE
public static final String JSON_PROPERTY_FS_TYPE
- See Also:
- Constant Field Values
-
JSON_PROPERTY_PATH
public static final String JSON_PROPERTY_PATH
- See Also:
- Constant Field Values
-
-
Method Detail
-
fsType
public IoK8sApiCoreV1LocalVolumeSource fsType(String fsType)
-
getFsType
@Nullable public String getFsType()
Filesystem type to mount. It applies only when the Path is a block device. Must be a filesystem type supported by the host operating system. Ex. \"ext4\", \"xfs\", \"ntfs\". The default value is to auto-select a fileystem if unspecified.- Returns:
- fsType
-
setFsType
public void setFsType(String fsType)
-
path
public IoK8sApiCoreV1LocalVolumeSource path(String path)
-
getPath
public String getPath()
The full path to the volume on the node. It can be either a directory or block device (disk, partition, ...).- Returns:
- path
-
setPath
public void setPath(String path)
-
-