Share via


SecretVolumeSourceV1.DefaultMode Property

Definition

Gets or sets the default file mode for files created in the volume.

[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

Remarks

The DefaultMode controls the permissions for files written into the volume when specific file modes are not explicitly defined for individual keys. The value is typically represented as an integer, expressing file permissions in bitmask notation (e.g., 0644).

Applies to