diff options
Diffstat (limited to 'cluster.proto')
| -rw-r--r-- | cluster.proto | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/cluster.proto b/cluster.proto index f81b89b..6c09642 100644 --- a/cluster.proto +++ b/cluster.proto @@ -5,8 +5,9 @@ import "google/protobuf/timestamp.proto"; message Cluster { string uuid = 1; // `autogenpb:unique` - string URL = 2; // `autogenpb:unique` - google.protobuf.Timestamp ctime = 3; // when the cluster was created + string name = 2; + repeated string URL = 3; + google.protobuf.Timestamp ctime = 4; // when the cluster was created } message Clusters { // `autogenpb:marshal` |
