summaryrefslogtreecommitdiff
path: root/structs.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-02-23 17:01:22 -0600
committerJeff Carr <[email protected]>2025-03-04 05:00:46 -0600
commit30a5eb56a210c28feca0098fd9e6dc340f494b9f (patch)
treebb3e3c4a5fabc8c534ff5395fd027223e7a2a29b /structs.go
parent01d7e92cdbd2221bd54702126af256828cff29dc (diff)
display status and uptimev0.2.42v0.2.41v0.2.40v0.2.39
Diffstat (limited to 'structs.go')
-rw-r--r--structs.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/structs.go b/structs.go
index 214be71..ac6cc01 100644
--- a/structs.go
+++ b/structs.go
@@ -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