This commit is contained in:
Nikolai Rodionov 2024-04-30 15:48:48 +02:00
parent 9866a688b8
commit b4c97beb38
Signed by: allanger
GPG Key ID: 0AA46A90E25592AD

View File

@ -69,6 +69,7 @@ message ListOptions {
message EnvironmentMetadata { message EnvironmentMetadata {
string name = 1; // A name of the environment string name = 1; // A name of the environment
string description = 2; string description = 2;
string uuid = 3;
} }
message EnvironmentSpec { message EnvironmentSpec {