VolumeResourceRequirementsV1.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.
Represents the minimum amount of compute resources required for a volume in a Kubernetes environment. Specifies the resource requests for the volume, such as storage capacity or other resource types. Used to define guaranteed resource allocation for the volume.
[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