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
Describe the solution you'd like
At the moment, Network devices are arbitrarily split in two categories, default and additional. This duplicates code and serves no purpose.
If we just have an array of NetworkDevices, and require there to be at least 1, we get the same guarantees.
Anything else you would like to add:
IP addresses for the first network device are a problem, because they're coming from the cluster object. This needs some architecture.
This changes public API. We'll need to go v1alpha2 and provide migration patches.
The text was updated successfully, but these errors were encountered:
Describe the solution you'd like
At the moment, Network devices are arbitrarily split in two categories, default and additional. This duplicates code and serves no purpose.
If we just have an array of NetworkDevices, and require there to be at least 1, we get the same guarantees.
Anything else you would like to add:
The text was updated successfully, but these errors were encountered: