Share via


ResourceRequirementsV1.Requests Property

Definition

Gets the resource requests for the container or pod.

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

Property Value

Attributes
YamlDotNet.Serialization.YamlMemberAttribute

Remarks

Represents the minimum amount of each resource type that the container or pod requests. The resources are identified by their names as keys in the dictionary, and the corresponding values specify the requested quantity (e.g., CPU or memory).

Applies to