Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type IPAM ¶
type IPAM interface {
Allocate(ctx context.Context, addArgs *models.IpamAddArgs) (*models.IpamAddResponse, error)
Release(ctx context.Context, delArgs *models.IpamDelArgs) error
}
func NewIPAM ¶
func NewIPAM(c *IPAMConfig, ipPoolManager ippoolmanager.IPPoolManager, weManager workloadendpointmanager.WorkloadEndpointManager, nsManager namespacemanager.NamespaceManager, podManager podmanager.PodManager) (IPAM, error)
type IPAMConfig ¶
type ToBeAllocated ¶
Click to show internal directories.
Click to hide internal directories.