kubernetes v1.37

PartitionTypeStatus

PartitionTypeStatus reports allocatability for a single partition type, identified by the value of a grouping attribute.

4 fields
PartitionTypeStatus 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").