Class PhotonPersistentDiskVolumeSource.Builder

    • Method Detail

      • fsType

        public PhotonPersistentDiskVolumeSource.Builder fsType​(java.lang.String fsType)
        fsType is the filesystem type to mount. Must be a filesystem type supported by the host operating system. Ex. "ext4", "xfs", "ntfs". Implicitly inferred to be "ext4" if unspecified.
        Returns:
        this.
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object