# Functions
Connect adds a container to a network.
Create makes a new CNI network configuration.
Disconnect removes a container from a given network.
Exists returns true if a given network exists.
Inspect returns low level information about a CNI network configuration.
List returns a summary of all CNI network configurations.
Prune removes unused CNI networks.
Remove deletes a defined CNI network configuration by name.
# Structs
go:generate go run ../generator/generator.go ConnectOptions ConnectOptions are optional options for connecting containers from a network.
go:generate go run ../generator/generator.go CreateOptions CreateOptions are optional options for creating networks.
go:generate go run ../generator/generator.go DisconnectOptions DisconnectOptions are optional options for disconnecting containers from a network.
go:generate go run ../generator/generator.go ExistsOptions ExistsOptions are optional options for checking if a network exists.
go:generate go run ../generator/generator.go InspectOptions InspectOptions are optional options for inspecting networks.
go:generate go run ../generator/generator.go ListOptions ListOptions are optional options for listing networks.
go:generate go run ../generator/generator.go PruneOptions PruneOptions are optional options for removing unused CNI networks.
go:generate go run ../generator/generator.go RemoveOptions RemoveOptions are optional options for inspecting networks.