Skip to content

ExternalNetwork should not have Subnet and APIServerLoadBalancer #1552

@mdbooth

Description

@mdbooth

/kind feature

OpenStackClusterStatus.ExternalNetwork currently shares a type with OpenStackClusterStatus.Network, but the uses are not similar. It should have its own type.

The only field which is currently used is ID. However, Name and Tags have been present for a long time and could reasonably be informational.

ExternalNetwork should be reduced to:

	Name string `json:"name"`
	ID   string `json:"id"`

	//+optional
	Tags []string `json:"tags,omitempty"`

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions