PodSpecV1.ResourceClaims Property

Definition

Gets the list of resource claims associated with the pod. Resource claims define the resource needs of the pod, such as specific volumes or compute resources, allowing it to dynamically allocate resources from the cluster.

[YamlDotNet.Serialization.YamlMember(Alias="resourceClaims")]
public System.Collections.Generic.List<Aspire.Hosting.Kubernetes.Resources.PodResourceClaimV1> ResourceClaims { get; }
[<YamlDotNet.Serialization.YamlMember(Alias="resourceClaims")>]
member this.ResourceClaims : System.Collections.Generic.List<Aspire.Hosting.Kubernetes.Resources.PodResourceClaimV1>
Public ReadOnly Property ResourceClaims As List(Of PodResourceClaimV1)

Property Value

Attributes
YamlDotNet.Serialization.YamlMemberAttribute

Applies to