travisghansen / kubernetes-client-php

No nonsense PHP Client for the Kubernetes API
Apache License 2.0
33 stars 10 forks source link

Doesn't work on logs endpoint #16

Open hookenz opened 1 week ago

hookenz commented 1 week ago

This for some reason returns NULL on logs endpoint.

I think it might have something to do with expecting json output.
It needs to check the content-type for the response and if it's text/plain don't do a json decode.