GPUResourceQuota
GPUResourceQuota is the Schema for the gpuresourcequotas API
GPUResourceQuota is the Schema for the gpuresourcequotas API
Resource Information
| Field | Value |
|---|---|
| API Version | tensor-fusion.ai/v1 |
| Kind | GPUResourceQuota |
| Scope | Namespaced |
Spec
GPUResourceQuotaSpec defines the desired state of GPUResourceQuota
| Property | Type | Description |
|---|---|---|
| single | object | Per-workload limits (similar to LimitRanges) |
| total | object | Total namespace limits (similar to ResourceQuotas) |
Status
GPUResourceQuotaStatus defines the observed state of GPUResourceQuota
| Property | Type | Description |
|---|---|---|
| availablePercent | object | Available percentage for each resource type |
| conditions | array | Conditions represent the latest available observations of the quota's state |
| lastUpdateTime | string<date-time> | LastUpdateTime is the last time the status was updated |
| used | object | Current resource usage in the namespace |
TensorFusion 文档