Registry / networking / cri-o-ocicni

cri-o-ocicni

JSON →
library0.5.0gogounverified

ocicni provides a CNI network plugin interface for OCI-compatible container runtimes.

go get github.com/cri-o/ocicni
INSTALL
IMPORT
SIG · CRI-O-OCICNI
C
cri-o-ocicni
networkinggov0.5.0
harness data pending
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.

ocicni
github.com/cri-o/ocicni/pkg/ocicni

Initialize CNI plugin

package main import ( "fmt" "github.com/cri-o/ocicni/pkg/ocicni" ) func main() { plugin, err := ocicni.InitCNI("", "") if err != nil { panic(err) } fmt.Println(plugin.Name()) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.5.0latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
16 hits · last 30 days
node
14
OpenAI (training)
1
Resources
cri-o-ocicni — go get cri-o-ocicni · libregistry