php-k8s
php-k8s copied to clipboard
Unofficial PHP client for Kubernetes. It supports any form of authentication, the exec API, and it has an easy implementation for CRDs.
Method: `$cluster->fromTemplatedYamlFile` just skipping kubernetes resource **Issuer**. I didn't find information about **Issuer** in your documentation. Would be great if you add possibility to create this resource type.
Updates the requirements on [vimeo/psalm](https://github.com/vimeo/psalm) to permit the latest version. Release notes Sourced from vimeo/psalm's releases. 4.26.0 What's Changed This release fix an regression introduced in the last version. Upgrade...
Bumps [actions/cache](https://github.com/actions/cache) from 3.0.5 to 3.0.6. Release notes Sourced from actions/cache's releases. v3.0.6 What's Changed Add example for clojure lein project dependencies by @shivamarora1 in PR actions/cache#835 Update toolkit's cache...
Bumps [manusa/actions-setup-minikube](https://github.com/manusa/actions-setup-minikube) from 2.6.1 to 2.7.0. Release notes Sourced from manusa/actions-setup-minikube's releases. v2.7.0 What's Changed feat: support for Ubuntu 22.04 by @manusa in manusa/actions-setup-minikube#64 Full Changelog: https://github.com/manusa/actions-setup-minikube/compare/v2.6.1...v2.7.0 Commits a36e525 [RELEASE]...
https://raw.githubusercontent.com/kubernetes/website/main/content/en/examples/pods/pod-single-configmap-env-variable.yaml Hi there. If I create a configMap, I can load the env from it, without being explicit on keys. This makes life very easy for an isolated application with...
Updates the requirements on [orchestra/testbench-core](https://github.com/orchestral/testbench-core) to permit the latest version. Release notes Sourced from orchestra/testbench-core's releases. v7.6.0 Changes Bump minimum laravel/framework to 9.12.0. Update skeleton to match v9.2.0. Changelog Sourced...
I would love to test our code that implements this package. However, I can't seem to find an easy way to mock this package cq the underlying HTTP client. What...
Bumps [actions/cache](https://github.com/actions/cache) from 3.0.5 to 3.0.8. Release notes Sourced from actions/cache's releases. v3.0.8 What's Changed Fix zstd not working for windows on gnu tar in issues. Allow users to provide...
I can create and update resources with ``` $x = $cluster->fromYaml($code); $x->createOrUpdate(); ``` But when doing ``` $x = $cluster->fromYaml($code); $x->delete(); ``` with the same `$code` the resources do not...