File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1616 use :
1717 - STANDARD
1818breaking :
19+ ignore_only :
20+ FIELD_SAME_NAME :
21+ - protect/control/v1/
22+ FIELD_SAME_JSON_NAME :
23+ - protect/control/v1/
24+ EXTENSION_NO_DELETE :
25+ - protect/control/v1/
26+ ENUM_VALUE_NO_DELETE :
27+ - protect/control/v1/
28+ FIELD_NO_DELETE :
29+ - protect/control/v1/
1930 use :
31+ - WIRE_JSON
2032 - FILE
Original file line number Diff line number Diff line change @@ -133,6 +133,7 @@ message ProcessSpec {
133133 bool stdout = 9 ;
134134 bool stderr = 10 ;
135135 reserved 11 , 12 ;
136+ repeated int64 additional_gids = 13 ;
136137}
137138
138139message MountSpec {
@@ -183,7 +184,8 @@ enum ZoneState {
183184 ZONE_STATE_CREATING = 1 ;
184185 ZONE_STATE_CREATED = 2 ;
185186 ZONE_STATE_READY = 3 ;
186- ZONE_STATE_EXITED = 4 ;
187+ reserved 4 ;
188+ reserved "ZONE_STATE_EXITED" ;
187189 ZONE_STATE_DESTROYING = 5 ;
188190 ZONE_STATE_DESTROYED = 6 ;
189191 ZONE_STATE_FAILED = 7 ;
@@ -323,6 +325,7 @@ message WorkloadSpec {
323325 repeated CgroupLimit cgroup_limits = 9 ;
324326 string hostname = 10 ;
325327 repeated WorkloadBlockDeviceSpec block_devices = 11 ;
328+ optional int32 oom_score_adj = 12 ;
326329}
327330
328331message CgroupLimit {
Original file line number Diff line number Diff line change @@ -72,6 +72,10 @@ message GetHostStatusReply {
7272 string host_ipv6 = 5 ;
7373 string host_mac = 6 ;
7474 optional uint64 hyp_free_mem = 7 ;
75+ optional string protect_git_sha = 8 ;
76+ optional string protect_last_tag = 9 ;
77+ optional uint64 protect_revs_since_tag = 10 ;
78+ optional string protect_branch = 11 ;
7579}
7680
7781message UpdateDeviceStateRequest {
You can’t perform that action at this time.
0 commit comments