Documentation
¶
Overview ¶
Package plugins package stores all the plugin types used internally.
Index ¶
Constants ¶
View Source
const ( // TTRPCPlugin implements a ttrpc service TTRPCPlugin plugin.Type = "io.containerd.ttrpc.v1" // VMManagerPlugin implements the vm manager interface VMManagerPlugin plugin.Type = "nerdbox.vm-manager.v1" // StreamingPlugin implements a stream manager StreamingPlugin plugin.Type = "nerdbox.streaming.v1" )
View Source
const (
// PropertyBundleDir sets the bundle directory property for containers
PropertyBundleDir = "nerdbox.bundle"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.