Closed beckend closed 4 months ago
Actually, it's probably my implementation, I need to debug this.
Ok, debugged it, this happens every time for me.
One line fix on the way. This is not the first issue I found with HashMaps and nil
/null
in the Podman API. There will probably be more issues like this.
I'm less than thrilled with podman, go, and go-swagger here. 😞
From the docs:
// NOTE: due to the limitations of [go-swagger](https://github.com/go-swagger/go-swagger),
// some field values that have a complex type show up as null in the docs as well as in the
// API responses. This is because the zero value for the field type is null. The field
// description in the docs will state what type the field is expected to be for such cases.
The pod is deleted, the error is decoding the response.