summaryrefslogtreecommitdiff
path: root/cluster.proto
diff options
context:
space:
mode:
Diffstat (limited to 'cluster.proto')
-rw-r--r--cluster.proto2
1 files changed, 2 insertions, 0 deletions
diff --git a/cluster.proto b/cluster.proto
index d50af52..77ca62e 100644
--- a/cluster.proto
+++ b/cluster.proto
@@ -2,8 +2,10 @@ syntax = "proto3";
package virtbuf;
import "droplet.proto";
+import "hypervisor.proto";
message Cluster {
int64 id = 1;
repeated Droplet droplets = 2;
+ repeated Hypervisor hypervisors = 3;
}