PersistentVolumeSpecV1.MountOptions Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies a list of mount options for a persistent volume. Mount options are passed to the mount binary (e.g., NFS, Ceph) for configuring the volume at mount time. These options allow customization of mount behavior based on the filesystem or volume type.
[YamlDotNet.Serialization.YamlMember(Alias="mountOptions")]
public System.Collections.Generic.List<string> MountOptions { get; }
[<YamlDotNet.Serialization.YamlMember(Alias="mountOptions")>]
member this.MountOptions : System.Collections.Generic.List<string>
Public ReadOnly Property MountOptions As List(Of String)
Property Value
- Attributes
-
YamlDotNet.Serialization.YamlMemberAttribute