Skip to main content
Schemaobject

io.k8s.api.resource.v1alpha3.ResourcePoolStatusRequestStatus

ResourcePoolStatusRequestStatus contains the calculated pool status information.

Source
specs/apis__resource.k8s.io__v1alpha3_openapi.json
Revision
9a79c3bd90f7
Active snapshot
2a9112600697
conditions array
optional

Conditions provide information about the state of the request. A condition with type=Complete or type=Failed will always be set when the status is populated. Known condition types: - "Complete": True when the request has been processed successfully - "Failed": True when the request could not be processed

poolCount integer (int32)
required

PoolCount is the total number of pools that matched the filter criteria, regardless of truncation. This helps users understand how many pools exist even when the response is truncated. A value of 0 means no pools matched the filter criteria.

pools array
optional

Pools contains the first `spec.limit` matching pools, sorted by driver then pool name. If `len(pools) < poolCount`, the list was truncated. When omitted, no pools matched the request filters.