package
1.5.6
Repository: https://github.com/chaitin/libveinmind.git
Documentation: pkg.go.dev

# Packages

Package cmd defines the concrete protocol between host and plugins based on libVeinMind plugin system.
Package containerd is the API implementation on containerd.
Package docker is the API implementation on docker.
No description provided by the author
Package kubernetes is the API implementation on kubernetes.
No description provided by the author
Package plugin defines the plugin system built in with the libveinmind SDK, allowing easy integration and composition of hosts and plugins.
Package remote is the API implementation on remote format image.
Package tarball is the API implementation on tarball format image.

# Interfaces

Cluster is the connection established with a specific specs cluster.
No description provided by the author
No description provided by the author
File abstracts an open file from container.
FileSystem abstracts the property of an object to visit its internal file system structure, which is usually prepared by the container runtime.
Image is the open image object from a runtime.
Layer is the open layer object from a image.
No description provided by the author
No description provided by the author
Runtime is the connection established with a specific container runtime, depending on the implementation and container runtime internal nature.