Share via


VolumeResourceRequirementsV1.Requests Property

Definition

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

Applies to