github.com/cilium/cilium@v1.16.2/operator/cmd/allocator_providers.go (about) 1 // SPDX-License-Identifier: Apache-2.0 2 // Copyright Authors of Cilium 3 4 package cmd 5 6 import ( 7 "github.com/cilium/cilium/pkg/ipam/allocator" 8 ) 9 10 var ( 11 allocatorProviders = make(map[string]allocator.AllocatorProvider) 12 )