ResourceRequirementsV1.Claims Property

Definition

Represents a collection of resource claims associated with the resource requirements. Each claim defines specific resource requests or constraints.

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

Property Value

Attributes
YamlDotNet.Serialization.YamlMemberAttribute

Applies to