blazzy / podman-rest-client

MIT License
6 stars 1 forks source link

Fix parse error on pod deletion response #14

Closed blazzy closed 4 months ago

blazzy commented 4 months ago

Another spot where the swagger spec is wrong. The removed_ctrs HashMap in the delete pod response can sometime have null values instead of String.

Closes: https://github.com/blazzy/podman-rest-client/issues/13