Include online field in proto for machine
This commit is contained in:
parent
579c5827b3
commit
4b8d6e7c64
1 changed files with 1 additions and 0 deletions
|
@ -44,6 +44,7 @@ message Machine {
|
||||||
repeated string invalid_tags = 19;
|
repeated string invalid_tags = 19;
|
||||||
repeated string valid_tags = 20;
|
repeated string valid_tags = 20;
|
||||||
string given_name = 21;
|
string given_name = 21;
|
||||||
|
bool online = 22;
|
||||||
}
|
}
|
||||||
|
|
||||||
message RegisterMachineRequest {
|
message RegisterMachineRequest {
|
||||||
|
|
Loading…
Reference in a new issue