PodSpecV1.ResourceClaims 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 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