Class V1LocalVolumeSource
java.lang.Object
io.micronaut.kubernetes.client.openapi.model.V1LocalVolumeSource
@Generated("io.micronaut.openapi.generator.JavaMicronautClientCodegen")
public class V1LocalVolumeSource
extends Object
Local represents directly-attached storage with node affinity (Beta feature)
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Set fsType in a chainable fashion.fsType is the filesystem type to mount.getPath()
path of the full path to the volume on the node.int
hashCode()
Set path in a chainable fashion.void
Set the fsType property valuevoid
Set the path property valuetoString()
-
Field Details
-
JSON_PROPERTY_FS_TYPE
- See Also:
-
JSON_PROPERTY_PATH
- See Also:
-
-
Constructor Details
-
V1LocalVolumeSource
-
-
Method Details
-
getFsType
fsType is the 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 filesystem if unspecified.- Returns:
- the fsType property value
-
setFsType
Set the fsType property value -
fsType
Set fsType in a chainable fashion.- Returns:
- The same instance of V1LocalVolumeSource for chaining.
-
getPath
path of the full path to the volume on the node. It can be either a directory or block device (disk, partition, ...).- Returns:
- the path property value
-
setPath
Set the path property value -
path
Set path in a chainable fashion.- Returns:
- The same instance of V1LocalVolumeSource for chaining.
-
equals
-
hashCode
public int hashCode() -
toString
-