This commit is contained in:
2024-04-30 15:48:48 +02:00
parent 9866a688b8
commit b4c97beb38

View File

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