-
Notifications
You must be signed in to change notification settings - Fork 286
Open
Labels
kind/featureCategorizes issue or PR as related to a new feature.Categorizes issue or PR as related to a new feature.
Description
/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
lentzi90
Metadata
Metadata
Assignees
Labels
kind/featureCategorizes issue or PR as related to a new feature.Categorizes issue or PR as related to a new feature.
Type
Projects
Status
Planned