Allocation Result Patch
data class AllocationResultPatch(val devices: DeviceAllocationResultPatch? = null, val nodeSelector: NodeSelectorPatch? = null)
AllocationResult contains attributes of an allocated resource.
AllocationResult contains attributes of an allocated resource.