v0.9.0
feat(scheduler): adding SpaceWeighted scheduler (#178) adding a new scheduler logic which selects the node which has max free space available. This is better scheduling algorithm than the volumeweighted and capacity weighted where we don't check for the free space available on the node. Signed-off-by: Pawan <[email protected]>