kubernetes/pkg/registry/core/service/ipallocator
Robert Pothier ad16986cd8 Remove subnet size restriction for IPv6
RangeSize was restricting IPv6 subnets to a /66 due to the
logic using a uint64. This is not practical for IPv6.
This change removes the /64 restriction, but also sets a limit
on the range that can be allocated, so that the bitmap will not grow too large.
2018-02-22 14:21:14 -05:00
..
controller Autogenerated: hack/update-bazel.sh 2018-02-16 13:43:01 -08:00
storage Autogenerated: hack/update-bazel.sh 2018-02-16 13:43:01 -08:00
allocator_test.go Remove subnet size restriction for IPv6 2018-02-22 14:21:14 -05:00
allocator.go Remove subnet size restriction for IPv6 2018-02-22 14:21:14 -05:00
BUILD Autogenerated: hack/update-bazel.sh 2018-02-16 13:43:01 -08:00