ResourceClaimV1
Class sealed net10.0
Represents a resource claim for Kubernetes resource management.
namespace Aspire.Hosting.Kubernetes.Resources;
public sealed class ResourceClaimV1{ // ...}Remarks
Section titled Remarks The
ResourceClaimV1 class is used to define a specific resource claim within a Kubernetes environment, including the name of the resource and its associated request. Constructors1
Section titled ConstructorsProperties2
Section titled PropertiesNameget; setstring Gets or sets the name of the resource claim. This identifies the specific resource claim within a Kubernetes resource manifest.
Requestget; setstring Gets or sets the resource quantity requested by the claim.