Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
We cannot just assume JSON objects because containerd will also return something like: ``` "golang": "go1.22.5", "lastCNILoadStatus": "OK", "lastCNILoadStatus.default": "OK", ``` For those values we just assume strings and prevent printing multiple double quotes to restore the v1.30.0 behavior of `crictl`. Signed-off-by: Sascha Grunert <sgrunert@redhat.com>
- Loading branch information