ConfigMapVolumeSourceV1.DefaultMode Property

Definition

Specifies the default permissions mode for files created within the volume. This value is represented as an integer and interpreted as an octal value. If not specified, it defaults to 0644, meaning read/write for owner and read-only for group and others.

[YamlDotNet.Serialization.YamlMember(Alias="defaultMode")]
public int? DefaultMode { get; set; }
[<YamlDotNet.Serialization.YamlMember(Alias="defaultMode")>]
member this.DefaultMode : Nullable<int> with get, set
Public Property DefaultMode As Nullable(Of Integer)

Property Value

Attributes
YamlDotNet.Serialization.YamlMemberAttribute

Applies to