ResourceRequirementsV1.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 resource limits for a Kubernetes resource. Limits specify the maximum amount of resources (e.g., CPU, memory) that a container can use. The keys represent the resource types, and the corresponding values specify the quantity limit for each resource.
[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