次の方法で共有


PersistentVolumeSpecV1.MountOptions Property

Definition

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

Applies to