diff options
Diffstat (limited to 'structs.go')
| -rw-r--r-- | structs.go | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -34,6 +34,8 @@ type virtigoT struct { unstableTimeout time.Duration // how long a droplet can be unstable until it's declared dead clusterStableDuration time.Duration // how long the cluster must be stable before new droplets can be started missingDropletTimeout time.Duration // how long a droplet can be missing for + status *gui.Node // the cluster status + lastuptime *gui.Node // the last time uptime was checked by Kuma } // the stuff that is needed for a hypervisor |
