mirror of
https://github.com/kubernetes/kubernetes.git
synced 2026-03-16 15:44:44 -04:00
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. |
||
|---|---|---|
| .. | ||
| metrics.go | ||
| multi_cidr_set.go | ||
| multi_cidr_set_test.go | ||