Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AllocatorAzure ¶
type AllocatorAzure struct {
// contains filtered or unexported fields
}
AllocatorAzure is an implementation of IPAM allocator interface for Azure
func (*AllocatorAzure) Init ¶
func (a *AllocatorAzure) Init(ctx context.Context, logger *slog.Logger, reg *metrics.Registry) error
Init in Azure implementation doesn't need to do anything
func (*AllocatorAzure) Start ¶
func (a *AllocatorAzure) Start(ctx context.Context, getterUpdater ipam.CiliumNodeGetterUpdater, reg *metrics.Registry) (allocator.NodeEventHandler, error)
Start kicks of the Azure IP allocation
Click to show internal directories.
Click to hide internal directories.