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 @@ -187,7 +187,8 @@ enum ZoneState {
187187 ZONE_STATE_CREATING = 1 ;
188188 ZONE_STATE_CREATED = 2 ;
189189 ZONE_STATE_READY = 3 ;
190- ZONE_STATE_EXITED = 4 ;
190+ reserved 4 ;
191+ reserved "ZONE_STATE_EXITED" ;
191192 ZONE_STATE_DESTROYING = 5 ;
192193 ZONE_STATE_DESTROYED = 6 ;
193194 ZONE_STATE_FAILED = 7 ;
Original file line number Diff line number Diff line change @@ -67,6 +67,10 @@ message GetHostStatusReply {
6767 string host_ipv6 = 5 ;
6868 string host_mac = 6 ;
6969 optional uint64 hyp_free_mem = 7 ;
70+ optional string protect_git_sha = 8 ;
71+ optional string protect_last_tag = 9 ;
72+ optional uint64 protect_revs_since_tag = 10 ;
73+ optional string protect_branch = 11 ;
7074}
7175
7276message CreateZoneRequest {
You can’t perform that action at this time.
0 commit comments