Class 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)
    • Constructor Detail

      • IoK8sApiCoreV1LocalVolumeSource

        public IoK8sApiCoreV1LocalVolumeSource()
    • Method Detail

      • 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)
      • 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)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object