summaryrefslogtreecommitdiff
path: root/cluster.proto
diff options
context:
space:
mode:
Diffstat (limited to 'cluster.proto')
-rw-r--r--cluster.proto7
1 files changed, 6 insertions, 1 deletions
diff --git a/cluster.proto b/cluster.proto
index 0d07d5a..0c2616d 100644
--- a/cluster.proto
+++ b/cluster.proto
@@ -8,7 +8,12 @@ import "event.proto";
message Cluster {
int64 id = 1;
repeated string dirs = 2;
+
repeated Droplet droplets = 3;
repeated Hypervisor hypervisors = 4;
- repeated Event events = 5;
+ // repeated Event events = 5;
+
+ Droplets d = 6;
+ Hypervisors h = 7;
+ Events e = 8;
}