allansun/kubernetes-php-client

"Kubernetes\Client" is missing?

Closed this issue · 5 comments

I can't find the Client class as mentioned in the README file. It looks like it is missing in the repository.

It is in a separate library called 'kubernetes/php-runtime' , if you run composer install the lib would automatically download

See here:

"kubernetes/php-runtime": "~1"

Ha I see what you mean! Yes that's my fault forgetting to update the doc, I changed the project structure to take the core functions out, they are moved to KubernetesRuntime namespace now. I will update the README now.

@piwi91 Just done it!

Thx, I already found it by inspecting the code ;) Thanks for updating the docs