Skip to content
DocsTry Aspire
DocsTry

ResourceClaimV1 Properties

ClassProperties2 members
Represents a resource claim for Kubernetes resource management.
Gets or sets the name of the resource claim. This identifies the specific resource claim within a Kubernetes resource manifest.
public string Name { get; set; }
Gets or sets the resource quantity requested by the claim.
public string Request { get; set; }