Skip to content

Commit 64aacf0

Browse files
committed
Remove APIServerLoadBalancer.Provider Up Conversion
APIServerLoadBalancer.Provider patch is backported to v1alpha6 in PR 1529. We don't need up conversion for it anymore.
1 parent 77411ad commit 64aacf0

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

api/v1alpha6/conversion.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,8 +121,6 @@ func restorev1alpha7MachineSpec(previous *infrav1.OpenStackMachineSpec, dst *inf
121121
}
122122

123123
func restorev1alpha7ClusterSpec(previous *infrav1.OpenStackClusterSpec, dst *infrav1.OpenStackClusterSpec) {
124-
// APIServerLoadBalancer.Provider is new in v1alpha7
125-
dst.APIServerLoadBalancer.Provider = previous.APIServerLoadBalancer.Provider
126124
dst.Router = previous.Router
127125
// PropagateUplinkStatus has been added in v1alpha7.
128126
// We restore the whole Ports since they are anyway immutable.

0 commit comments

Comments
 (0)