VolumeResourceRequirementsV1.Limits 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.
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