add droplets.LocalOnly

Signed-off-by: Jeff Carr <jcarr@wit.com>
This commit is contained in:
Jeff Carr 2024-10-31 01:59:18 -05:00
parent 18053caca8
commit 301fbfc3b0
1 changed files with 20 additions and 19 deletions

View File

@ -33,6 +33,7 @@ message Droplet {
string current_hypervisor = 18; // the current hypervisor the droplet is running on string current_hypervisor = 18; // the current hypervisor the droplet is running on
google.protobuf.Timestamp last_poll = 19; // the last time we heard anything from this droplet google.protobuf.Timestamp last_poll = 19; // the last time we heard anything from this droplet
string force_hypervisor = 20; // use this hypervisor and this hypervisor only string force_hypervisor = 20; // use this hypervisor and this hypervisor only
bool local_only = 21; // this is only defined locally on the hypervisor
} }
enum DropletState { enum DropletState {