ResourceRequirementsV1.Requests 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.
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).