PersistentVolumeClaimVolumeSourceV1.ReadOnly 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 whether the volume is mounted as read-only. If set to true, write operations on the volume are disabled. If not set or set to false, the volume can be mounted with write permissions.
[YamlDotNet.Serialization.YamlMember(Alias="readOnly")]
public bool? ReadOnly { get; set; }
[<YamlDotNet.Serialization.YamlMember(Alias="readOnly")>]
member this.ReadOnly : Nullable<bool> with get, set
Public Property ReadOnly As Nullable(Of Boolean)
Property Value
- Attributes
-
YamlDotNet.Serialization.YamlMemberAttribute