GPUResourceQuota â
GPUResourceQuota is the Schema for the gpuresourcequotas API
Kubernetes Resource Information â
Field | Value |
---|---|
API Version | tensor-fusion.ai/v1 |
Kind | GPUResourceQuota |
Scope | Namespaced |
Table of Contents â
Spec â
GPUResourceQuotaSpec defines the desired state of GPUResourceQuota
Property | Type | Constraints | 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 | Constraints | 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 |