clusterpool

package
v1.20.0-pre.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 1, 2026 License: Apache-2.0 Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AllocatorOperator

type AllocatorOperator struct {

	// ClusterPoolIPv4CIDR is the cluster's IPv4 CIDR(s) to allocate
	// individual PodCIDR ranges from.
	ClusterPoolIPv4CIDR []string

	// ClusterPoolIPv4MaskSize is the IPv4 podCIDR mask size per node.
	ClusterPoolIPv4MaskSize int

	// ClusterPoolIPv6CIDR is the cluster's IPv6 CIDR(s) to allocate
	// individual PodCIDR ranges from.
	ClusterPoolIPv6CIDR []string

	// ClusterPoolIPv6MaskSize is the IPv6 podCIDR mask size per node.
	ClusterPoolIPv6MaskSize int
	// 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, logger *slog.Logger) error

Init sets up Cilium allocator based on given options

func (*AllocatorOperator) Start

Start kicks of Operator allocation.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL