libcrio 2.1.0

A wrapper around the crictl cli to return serde_json objects
Documentation
1
2
3
4
5
6
7
8
9
10
11
#!/bin/bash

retval=""
for i in {1..65536}
do
    retval+="a"
done

retval+="
"
echo $retval