We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f4ce40 commit d1284cfCopy full SHA for d1284cf
api/grpc/mpi/v1/command.proto
@@ -90,6 +90,8 @@ message ContainerInfo {
90
string container_id = 1 [(buf.validate.field).string.uuid = true];
91
// The name of the host
92
string hostname = 2 [(buf.validate.field).string.address = true];
93
+ // Release information of the container
94
+ ReleaseInfo release_info = 3;
95
}
96
97
// A response to a CreateConnectionRequest
0 commit comments