allocatable property

Map<String, String>? allocatable
final

Allocatable represents the resources of a node that are available for scheduling. Defaults to Capacity.

Implementation

final Map<String, String>? allocatable;