# Packages
No description provided by the author
# Functions
DefaultConfig returns the default configuration for crio.
New creates a new ContainerServer with options provided.
# Constants
DefaultHooksDirPath Default directory containing hooks config files.
DefaultLogSizeMax is the default value for the maximum log size allowed for a container.
DefaultPidsLimit is the default value for maximum number of processes allowed inside a container.
ImageVolumesBind option is for using bind mounted volumes.
ImageVolumesIgnore option is for ignoring image volumes altogether.
ImageVolumesMkdir option is for using mkdir to handle image volumes.
OverrideHooksDirPath Directory where admin can override the default configuration.
# Structs
Config represents the entire set of configuration values that can be set for the server.
ContainerData handles the data used when inspecting a container.
ContainerServer implements the ImageServer.
ContainerState represents the status of a container.
ContainerStats contains the statistics information for a running container.
HookParams is the structure returned from read the hooks configuration.
ImageConfig represents the "crio.image" TOML config table.
LogOptions contains all of the options for displaying logs in kpod.
NetworkConfig represents the "crio.network" TOML config table.
RootConfig represents the root of the "crio" TOML config table.
RuntimeConfig represents the "crio.runtime" TOML config table.
# Type aliases
ImageVolumesType describes image volume handling strategies.