Share via


VolumeMountV1.RecursiveReadOnly Property

Definition

Gets or sets the recursive read-only mode configuration for the volume mount. This property determines if the volume should be mounted in recursive read-only mode, which enforces read-only access on all subdirectories and files within the volume.

[YamlDotNet.Serialization.YamlMember(Alias="recursiveReadOnly")]
public string? RecursiveReadOnly { get; set; }
[<YamlDotNet.Serialization.YamlMember(Alias="recursiveReadOnly")>]
member this.RecursiveReadOnly : string with get, set
Public Property RecursiveReadOnly As String

Property Value

Attributes
YamlDotNet.Serialization.YamlMemberAttribute

Applies to