summaryrefslogtreecommitdiff
path: root/newCluster.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-10-31 13:21:10 -0500
committerJeff Carr <[email protected]>2024-10-31 13:21:10 -0500
commit9ad173a845216488a397d5b9d8f7bc15a64c96cb (patch)
treed66a5f2644f386500dfe231c1d756227ff63b2e3 /newCluster.go
parente8834578fbecc48b133e6550829de4766bc309a8 (diff)
expose cluster.Hypervisors
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'newCluster.go')
-rw-r--r--newCluster.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/newCluster.go b/newCluster.go
index 245638d..1880765 100644
--- a/newCluster.go
+++ b/newCluster.go
@@ -12,7 +12,7 @@ type NewCluster struct {
Dirs []string
d *Droplets
- h *Hypervisors
+ H *Hypervisors
e *Events
Unstable *timestamppb.Timestamp
UnstableTimeout *durationpb.Duration