Share via


VolumeResourceRequirementsV1.Limits Property

Definition

Represents the upper bound or maximum resource usage constraints for a volume in a Kubernetes environment. This property specifies the resource limits, such as storage capacity or other volume-specific constraints, that a volume cannot exceed during its lifecycle.

[YamlDotNet.Serialization.YamlMember(Alias="limits")]
public System.Collections.Generic.Dictionary<string,string> Limits { get; }
[<YamlDotNet.Serialization.YamlMember(Alias="limits")>]
member this.Limits : System.Collections.Generic.Dictionary<string, string>
Public ReadOnly Property Limits As Dictionary(Of String, String)

Property Value

Attributes
YamlDotNet.Serialization.YamlMemberAttribute

Applies to