summaryrefslogtreecommitdiff
path: root/cluster.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-03-11 04:02:45 -0500
committerJeff Carr <[email protected]>2025-03-11 04:02:45 -0500
commit276c5cec2f28ef265a615d31cf27d25e72b29cf8 (patch)
tree6aef1bb0084350baea42177f77c596c81c287fb9 /cluster.go
parente78fc1235e34cb36b3cdeadf1230a553da221551 (diff)
pass out hypervisorsv0.2.32v0.2.31v0.2.30
Diffstat (limited to 'cluster.go')
-rw-r--r--cluster.go4
1 files changed, 4 insertions, 0 deletions
diff --git a/cluster.go b/cluster.go
index 4c921a9..94f9ff2 100644
--- a/cluster.go
+++ b/cluster.go
@@ -22,6 +22,10 @@ func (c *Cluster) GetDropletsPB() *Droplets {
return c.d
}
+func (c *Cluster) GetHypervisorsPB() *Hypervisors {
+ return c.H
+}
+
func (c *Cluster) GetEventsPB() *Events {
return c.e
}