travisghansen / kubernetes-client-php

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

Disable peer name verification and minor type hint fix #10

Closed erinbit closed 7 months ago

erinbit commented 8 months ago

Hi, thank you for this nice simple library!

We have started using it and some minor changes were required to make it work for us in our local development environment. For example we needed to disable the SSL peer name verification.

Also when running with phpstan and later PHP versions that are more strict with types, I needed to make a minor type hint change.

These changes will hopefully work for everyone else as well without issue :)

travisghansen commented 7 months ago

Thanks!