Skip to main content
Schemaobject

io.k8s.api.resource.v1alpha3.PartitionTypeStatus

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

Source
specs/apis__resource.k8s.io__v1alpha3_openapi.json
Revision
9a79c3bd90f7
Active snapshot
2a9112600697
allocatable integer (int32)
required

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

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 (int32)
required

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

type string
required

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