AllocationResult constructor
const
AllocationResult({
- NodeSelector? availableOnNodes,
- List<
ResourceHandle> ? resourceHandles,
Default constructor.
Implementation
const AllocationResult({
this.availableOnNodes,
this.resourceHandles,
this.shareable,
});