kubernetes v1.37

PoolStatus.partitionSummary

PartitionSummary reports allocatability per (attribute, partition type) for a partitionable pool that publishes SharedCounters. Each entry names the grouping attribute it was resolved from: the PartitionTypeAttribute declared by a device's own slice, or for devices whose slice declares none, the default named in the request. A pool that mixes partitions declared under different attributes reports each independently. When no slice declares an attribute and the request names no default, the pool reports no partition summary.

4 fields
PoolStatus.partitionSummary fields and descriptions
Field / TypeDescription
allocatable
integer required

Allocatable is the number of additional devices of this partition type that could still be allocated given current shared-counter consumption.

  • format: int32
attribute
string required

Attribute is the fully qualified name of the device attribute whose value groups this entry. It is the PartitionTypeAttribute declared by the devices' own slice, or the default named in the request when their slice declares none.

total
integer required

Total is the number of devices of this partition type in the pool.

  • format: int32
type
string required

Type is the partition type value (e.g. "Full" or "Half").