Make use of or remove unused fields in InstanceProperties
and Instance
types
#723
Labels
api
Related to the API.
InstanceProperties
and Instance
types
#723
These structs are part of the API and have long-unused fields. In
InstanceProperties
theimage_id
andbootrom_id
fields are unused:propolis/crates/propolis-api-types/src/lib.rs
Lines 198 to 217 in 99fa564
And in
Instance
(the type returned by GET operations) thedisks
andnics
fields are unused:propolis/crates/propolis-api-types/src/lib.rs
Lines 226 to 233 in 99fa564
These fields should either be used or removed. (In the latter case I'm uncertain whether or how the control plane would use this information.)
The text was updated successfully, but these errors were encountered: