# Functions
DefaultConfig returns default configurations of cri plugin.
ValidatePluginConfig validates the given plugin configuration.
# Constants
KeyModelNode is the key model where key for encrypted images reside on the worker nodes.
RuntimeDefault is the implicit runtime defined for ContainerdConfig.DefaultRuntime.
RuntimeUntrusted is the implicit runtime defined for ContainerdConfig.UntrustedWorkloadRuntime.
# Structs
AuthConfig contains the config related to authentication to a specific registry.
CniConfig contains toml config related to cni.
Config contains all configurations for cri server.
ContainerdConfig contains toml config related to containerd.
ImageDecryption contains configuration to handling decryption of encrypted container images.
Mirror contains the config related to the registry mirror.
PluginConfig contains toml config related to CRI plugin, it is a subset of Config.
Registry is registry settings configured.
RegistryConfig contains configuration used to communicate with the registry.
Runtime struct to contain the type(ID), engine, and root variables for a default runtime and a runtime for untrusted worload.
TLSConfig contains the CA/Cert/Key used for a registry.
X509KeyPairStreaming contains the x509 configuration for streaming.