summaryrefslogtreecommitdiff
path: root/structs.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-10-13 04:34:55 -0500
committerJeff Carr <[email protected]>2024-10-13 04:34:55 -0500
commitccbdef1a1340571110d9867499b0801ff19c681c (patch)
tree1890cab5e70268ddf23eb896120cd28cd352bebc /structs.go
parent425e75d388beb3f00e527e89ef81a35fd5b6e931 (diff)
checking for the grid to be 'stable' before starting new droplets
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'structs.go')
-rw-r--r--structs.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/structs.go b/structs.go
index b97d35f..ca77a7c 100644
--- a/structs.go
+++ b/structs.go
@@ -20,7 +20,7 @@ type virtigoT struct {
hypers []*HyperT
droplets []*DropletT
killcount int
- stable time.Time // the latest time the cluster has been okay
+ unstable time.Time // the last time the cluster was incorrect
}
// the stuff that is needed for a hypervisor