ipam

package
v0.0.0-...-0f8ce4c Latest Latest
Warning

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

Go to latest
Published: Sep 4, 2025 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Overview

Package ipam is just a stub right now which contains a type for describing prefix lists.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Prefixes

type Prefixes []netip.Prefix

Prefixes are network prefixes that should be announced by a node to the Cluster Networking mesh.

func (*Prefixes) Equal

func (p *Prefixes) Equal(o *Prefixes) bool

func (*Prefixes) Proto

func (p *Prefixes) Proto() (res []*cpb.NodeClusterNetworking_Prefix)

func (*Prefixes) String

func (p *Prefixes) String() string

String returns a stringified, comma-dalimited representation of the prefixes.

func (*Prefixes) Update

func (p *Prefixes) Update(o *Prefixes)

Update by copying all prefixes from o into p, merging duplicates as necessary.

Jump to

Keyboard shortcuts

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