# Packages

Package config contains the functions to parse the plugin configuration.
Package specs contains the specification of the kubernetes objects that are created by the plugin.

# Functions

InjectPluginSidecarPodSpec injects a plugin sidecar into a CNPG Pod spec.
InjectPluginVolumePodSpec injects the plugin volume into a CNPG Pod spec.
Start starts the manager.

# Structs

CNPGI is the implementation of the CNPG-i server.
IdentityImplementation is the implementation of the CNPG-i Identity entrypoint.
LifecycleImplementation is the implementation of the lifecycle handler.
ReconcilerImplementation implements the Reconciler capability.