EmptyDirVolumeSourceV1.SizeLimit 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.
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