EmptyDirVolumeSourceV1.SizeLimit Property

Definition

Gets or sets the size limit for the volume. This specifies the maximum amount of storage space allowed for the volume. The size must be specified in a valid Kubernetes resource quantity format (e.g., "10Gi", "500Mi"). If no value is specified, the volume will have no size limit and will use available node storage.

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

Property Value

Attributes
YamlDotNet.Serialization.YamlMemberAttribute

Applies to