Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Client *client.Client
Client is the default client that can be easily used
View Source
var NetworkPlugin network.Plugin
NetworkPlugin provides the chosen network plugin that should be used This should be set after parsing user input on what network plugin to use
View Source
var NetworkPluginName = network.PluginCNI
NetworkPluginName binds to the global flag to select the network plugin The default network plugin is "cni"
View Source
var Runtime runtime.Interface
Runtime provides the chosen container runtime for retrieving OCI images and running VM containers This should be set after parsing user input on what runtime to use
View Source
var RuntimeName = runtime.RuntimeContainerd
RuntimeName binds to the global flag to select the container runtime The default runtime is "containerd"
View Source
var Storage storage.Storage
Storage is the default storage implementation
Functions ¶
func Populate ¶
func Populate(providers []ProviderInitFunc) error
Populate initializes all given providers
Types ¶
type ProviderInitFunc ¶
type ProviderInitFunc func() error
Click to show internal directories.
Click to hide internal directories.