konstructio / kubefirst-api

Kubefirst API that serves console frontend
MIT License
10 stars 14 forks source link

Fixes #437 : Updated GetAvailableDiskSize function #438

Open sundaram2021 opened 4 days ago

sundaram2021 commented 4 days ago

Description

in internal/validations.go we have syscall.Statfs and Statfs_t which are os specific methods and does not work in windows so what i have does add a pkf "github.com/shirou/gopsutil/disk" which is used to calculate the available disk and it is os independent and maintained regularly

Related Issue(s)

Fixes # 437

How to test

clone repo on a windows machine and you will straight away see that