cluster-api
cluster-api copied to clipboard
🌱 ipam: add spec.clusterName to IPAddressClaim
What this PR does / why we need it:
Adds a spec.clusterName property to IPAddressClaims to allow properly referencing the Cluster to which the claim belongs. This is required for pausing claim reconciliation when the cluster is paused, which in turn is necessary for clusterctl move support.
Which issue(s) this PR fixes (optional, in fixes #<issue number>(, fixes #<issue_number>, ...) format, will close the issue(s) when PR gets merged):
Discussed in #9883
/area ipam