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 SummaryFields
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionbooleanSet fsType in a chainable fashion.fsType is the filesystem type to mount.getPath()path of the full path to the volume on the node.inthashCode()Set path in a chainable fashion.voidSet the fsType property valuevoidSet the path property valuetoString()
- 
Field Details- 
JSON_PROPERTY_FS_TYPE- See Also:
 
- 
JSON_PROPERTY_PATH- See Also:
 
 
- 
- 
Constructor Details- 
V1LocalVolumeSource
 
- 
- 
Method Details- 
getFsTypefsType 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
 
- 
setFsTypeSet the fsType property value
- 
fsTypeSet fsType in a chainable fashion.- Returns:
- The same instance of V1LocalVolumeSource for chaining.
 
- 
getPathpath 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
 
- 
setPathSet the path property value
- 
pathSet path in a chainable fashion.- Returns:
- The same instance of V1LocalVolumeSource for chaining.
 
- 
equals
- 
hashCodepublic int hashCode()
- 
toString
 
-