Share via


ResourceRequirementsV1.Limits Property

Definition

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

Applies to