diff options
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) } |
