We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent adbe2e1 commit 4b8dc08Copy full SHA for 4b8dc08
1 file changed
protect/control/v1/common.proto
@@ -5,10 +5,16 @@ package protect.control.v1;
5
import "google/protobuf/struct.proto";
6
import "google/protobuf/timestamp.proto";
7
8
+message ResourceOrigin {
9
+ string zone_id = 1;
10
+ string workload_id = 2;
11
+}
12
+
13
message Zone {
14
string id = 1;
15
ZoneSpec spec = 2;
16
ZoneStatus status = 3;
17
+ ResourceOrigin origin = 4;
18
}
19
20
message ZoneSpec {
@@ -396,6 +402,7 @@ message Workload {
396
402
397
403
WorkloadSpec spec = 2;
398
404
WorkloadStatus status = 3;
405
399
406
400
407
401
408
enum HostCpuTopologyClass {
0 commit comments