You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the Rufio Machine is referenced by Hardware objects. However, Rufio and its capabilities are very much optional and having to populate something on the Hardware object whenever we want to add capabilities seems less extensible than referencing the opposite direction.
We should investigate and implement inverting the relationship between Hardware and Rufio such that Rufio types reference what Hardware creating a solution that truly extends core Tinkerbell components and paving a path for further extensions.
The text was updated successfully, but these errors were encountered:
Currently, the Rufio
Machine
is referenced byHardware
objects. However, Rufio and its capabilities are very much optional and having to populate something on the Hardware object whenever we want to add capabilities seems less extensible than referencing the opposite direction.We should investigate and implement inverting the relationship between
Hardware
and Rufio such that Rufio types reference whatHardware
creating a solution that truly extends core Tinkerbell components and paving a path for further extensions.The text was updated successfully, but these errors were encountered: