mirror of
https://github.com/Azure/k8s-deploy.git
synced 2026-06-26 06:39:27 +08:00
08d466b6ab
Co-authored-by: Oliver King <oking3@uncc.edu>
4 lines
104 B
Lua
4 lines
104 B
Lua
local conditions_check = function (capacity, weight)
|
|
return capacity == nil or weight <= capacity
|
|
end
|