diff options
| author | Jeff Carr <[email protected]> | 2024-10-23 00:20:22 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-10-23 00:20:22 -0500 |
| commit | 2eff11bb2167ea98a4d81996056011eb4fb897d8 (patch) | |
| tree | 0152afca7994d67ad91d16ae763a8ad0e7c56f7b /sampleData.go | |
| parent | 662e3a584971eefdfa6c51fa6decb825941778ba (diff) | |
notsure
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'sampleData.go')
| -rw-r--r-- | sampleData.go | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sampleData.go b/sampleData.go index 5a05377..02c6a0b 100644 --- a/sampleData.go +++ b/sampleData.go @@ -53,6 +53,8 @@ func CreateSampleCluster(total int) *Cluster { d.Cpus = 16 d.Memory = SetGB(256) } + info := StorageInfo{Capacity: 64} + d.Humantest = &info c.Droplets = append(c.Droplets, d) } |
