diff options
| author | Jeff Carr <[email protected]> | 2024-10-13 04:34:55 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-10-13 04:34:55 -0500 |
| commit | ccbdef1a1340571110d9867499b0801ff19c681c (patch) | |
| tree | 1890cab5e70268ddf23eb896120cd28cd352bebc /structs.go | |
| parent | 425e75d388beb3f00e527e89ef81a35fd5b6e931 (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.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
