V1alpha3ResourcePoolStatusRequestSpec

May 5, 2026 ยท View on GitHub

ResourcePoolStatusRequestSpec defines the filters for the pool status request.

Properties

NameTypeDescriptionNotes
driverstrDriver specifies the DRA driver name to filter pools. Only pools from ResourceSlices with this driver will be included. Must be a DNS subdomain (e.g., "gpu.example.com").
limitintLimit optionally specifies the maximum number of pools to return in the status. If more pools match the filter criteria, the response will be truncated (i.e., len(status.pools) < status.poolCount). Default: 100 Minimum: 1 Maximum: 1000[optional]
pool_namestrPoolName optionally filters to a specific pool name. If not specified, all pools from the specified driver are included. When specified, must be a non-empty valid resource pool name (DNS subdomains separated by &quot;/&quot;).[optional]

[Back to Model list] [Back to API list] [Back to README]