/kind feature
Group api server related fields
So currently we have a lot of fields for the apiServer that are not grouped.
Kind: OpenStackCluster
...
spec:
...
apiServerFixedIP: string
apiServerFloatingIP: string
apiServerPort: string
disableAPIServerFloatingIP: bool
apiServerLoadBalancer:
...lots of things here...
...
We need to clarify how the above should be best group because each one of them:
- may apply only for the managed LB <- should be part of the apiServerLoadBalancer object
- may apply only when LB is disabled <- need to think if they can be grouped on a seperateObject or not
- may apply on both <- need to think if we should seperate them or not etc
Implementation should be done after core v1beta2 is implemented in #2895
/kind feature
Group api server related fields
So currently we have a lot of fields for the apiServer that are not grouped.
We need to clarify how the above should be best group because each one of them:
Implementation should be done after core v1beta2 is implemented in #2895