moby/libnetwork/ipams/windowsipam
Cory Snider a08a254df3 libnetwork: drop DatastoreConfig discovery type
The DatastoreConfig discovery type is unused. Remove the constant and
any resulting dead code. Today's biggest loser is the IPAM Allocator:
DatastoreConfig was the only type of discovery event it was listening
for, and there was no other place where a non-nil datastore could be
passed into the allocator. Strip out all the dead persistence code from
Allocator, leaving it as purely an in-memory implementation.

There is no more need to check the consistency of the allocator's
bit-sequences as there is no persistent storage for inconsistent bit
sequences to be loaded from.

Signed-off-by: Cory Snider <csnider@mirantis.com>
2023-01-27 11:47:43 -05:00
..
windowsipam.go libnetwork: drop DatastoreConfig discovery type 2023-01-27 11:47:43 -05:00
windowsipam_test.go libnetwork: remove unused "testutils" imports 2021-08-18 14:20:37 +02:00