Skip to content

Commit d1284cf

Browse files
committed
chore: add proto
1 parent 2f4ce40 commit d1284cf

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

api/grpc/mpi/v1/command.proto

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,8 @@ message ContainerInfo {
9090
string container_id = 1 [(buf.validate.field).string.uuid = true];
9191
// The name of the host
9292
string hostname = 2 [(buf.validate.field).string.address = true];
93+
// Release information of the container
94+
ReleaseInfo release_info = 3;
9395
}
9496

9597
// A response to a CreateConnectionRequest

0 commit comments

Comments
 (0)