Skip to main content

parse_effective_config

Function parse_effective_config 

Source
pub fn parse_effective_config(
    input: &[u8],
) -> Result<ContainerdConfig, ContainerdParseError>
Expand description

Parse the relevant portions of containerd config dump for either the 1.x or 2.x CRI plugin table. Unknown keys are ignored, never rewritten.