Skip to content

Unify DefaultNetworkDevice and AdditionalNetworkDevices #185

@65278

Description

@65278

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions