Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AllocatorOperator ¶
type AllocatorOperator struct {
// contains filtered or unexported fields
}
AllocatorOperator is an implementation of IPAM allocator interface for Cilium IPAM.
func (*AllocatorOperator) Init ¶
func (a *AllocatorOperator) Init(ctx context.Context) error
Init sets up Cilium allocator based on given options
func (*AllocatorOperator) Start ¶
func (a *AllocatorOperator) Start(ctx context.Context, updater ipam.CiliumNodeGetterUpdater) (allocator.NodeEventHandler, error)
Start kicks of Operator allocation.
type ErrCIDRColision ¶
type ErrCIDRColision struct {
// contains filtered or unexported fields
}
func (ErrCIDRColision) Error ¶
func (e ErrCIDRColision) Error() string
func (*ErrCIDRColision) Is ¶
func (e *ErrCIDRColision) Is(target error) bool
Click to show internal directories.
Click to hide internal directories.