returnfmt.Errorf("Unexpected cpu allocatable value exposed by the node. Expected: %v, got: %v, capacity: %v",allocatableCPU,schedulerAllocatable["cpu"],capacity["cpu"])
returnfmt.Errorf("Unexpected cpu allocatable value exposed by the node. Expected: %v, got: %v, capacity: %v",allocatableCPU,schedulerAllocatable[v1.ResourceCPU],capacity[v1.ResourceCPU])
returnfmt.Errorf("Unexpected cpu allocatable value exposed by the node. Expected: %v, got: %v, capacity: %v",allocatableCPU,schedulerAllocatable["cpu"],capacity["memory"])
returnfmt.Errorf("Unexpected cpu allocatable value exposed by the node. Expected: %v, got: %v, capacity: %v",allocatableCPU,schedulerAllocatable[v1.ResourceCPU],capacity[v1.ResourceMemory])