No9 / libcrio

A library wrapping the crictl commandline

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

libcrio

A library wrapping the crictl

libcrio crate libcrio documentation build status

With the libcrio, developers can programatically access the output of the crictl commandline without having to map directly to specific versions of crictl. Useful when you need to support multiple kubernetes flavours.

Used in IBM Core-Dump-Handler - A core management system for kubernetes.

Documentation

Using libcrio

libcrio is available on crates.io. The recommended way to use it is to add a line into your Cargo.toml such as:

[dependencies]
libcrio = "2.0.0"

Then use libcrio::Cli; in your code wherever you want to call the crictl client.

About

A library wrapping the crictl commandline

License:Apache License 2.0


Languages

Language:Shell 78.7%Language:Rust 21.3%