# Packages
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Functions
GetAPIPlugin returns the api plugin.
GetContainerPlugin returns the container plugin.
GetCriPlugin returns the cri plugin.
GetDaemonPlugin returns the daemon plugin.
GetImagePlugin returns the container plugin.
GetVolumePlugin returns the volume plugin.
RegisterAPIPlugin is used to register api container.
RegisterContainerPlugin is used to register container plugin.
RegisterCriPlugin is used to register the cri plugin.
RegisterDaemonPlugin is used to register daemon plugin.
RegisterImagePlugin is used to register container plugin.
RegisterVolumePlugin is used to register the volume plugin.
# Interfaces
APIPlugin provides the ability to extend PouchContainer HTTP API and change how handler behave.
ContainerPlugin defines places where a plugin will be triggered in container lifecycle.
CriPlugin defines places where a plugin will be triggered in CRI api lifecycle.
DaemonPlugin defines places where a plugin will be triggered in pouchd lifecycle.
ImagePlugin defines places where a plugin will be triggered in image operations.
VolumePlugin defines places where a plugin will be triggered in volume lifecycle.