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 }