kubernetes/pkg/controller/nodeipam/ipam/multicidrset
Sarvesh Rangnekar b6392a4b07 Add cidrset to support multiple CIDRs
Add a new cidrset named `multicidrset` which extends the current
cidrset mechanism to track allocatable Pod and Service CIDRs.
multicidrset stores the info about allocated CIDRs in a Map as opposed
to the current cidrset implementation where it is stored in a bitmap.
2022-08-05 01:06:43 +00:00
..
metrics.go
multi_cidr_set_test.go
multi_cidr_set.go