Versions in this module Expand all Collapse all v0 v0.1.1 Feb 9, 2021 Changes in this version + const CREATE + const DELETE + const DefaultNamespace + const UPDATE + type K8sIPAMClient struct + func NewIPAMK8SClient() *K8sIPAMClient + func (k8sc *K8sIPAMClient) SetupCommunicationChannels(reqChan chan<- ipamspec.IPAMRequest, respChan <-chan ipamspec.IPAMResponse) + func (k8sc *K8sIPAMClient) Start(stopCh <-chan struct{}) + func (k8sc *K8sIPAMClient) Stop() + type Orchestrator interface + SetupCommunicationChannels func(reqChan chan<- ipamspec.IPAMRequest, respChan <-chan ipamspec.IPAMResponse) + Start func(stopCh <-chan struct{}) + Stop func() + func NewOrchestrator() Orchestrator + type ResourceMeta struct