Revision 6aa4fa87991b3c84c664419c9e8a5a7a85ea857a authored by Dylan Reimerink on 13 June 2024, 14:54:05 UTC, committed by Dylan Reimerink on 19 June 2024, 09:50:44 UTC
Originally the CiliumLoadBalancerIPPool only had CIDRs, and thus a field
called `cidrs` containing a list of CIDRs. In v1.15 it became possible
to specify ranges of IPs with a start and end IP. A new field was added
called `blocks` which was treated as an alias of `cidrs`. This was done
to allow for a smooth transition. This commit removes the `cidrs` field
to complete the transition.

Signed-off-by: Dylan Reimerink <dylan.reimerink@isovalent.com>
1 parent f27470f
History

back to top