summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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
}