Registry / networking / cilium-ipam

cilium-ipam

JSON →
library0.0.0-20230509084518-fd66eae7909bgogounverified

IP Address Management (IPAM) library for Cilium.

networking
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

github.com/cilium/ipam

Creates an IPAM pool and allocates an IP address.

package main import ( "fmt" "github.com/cilium/ipam" ) func main() { pool := ipam.NewPool() ip, _ := pool.Allocate() fmt.Println(ip) }
Debug
Known footguns

No known footguns recorded.

Upgrade
Version history

Breaking-change detection hasn't run for this library yet.

Audit
Security & dependencies

CVE tracking and dependency tree are planned for a later release.

Agent activity
11 hits · last 30 days
gptbot
3
claudebot
3
Resources