php-k8s

Unofficial PHP client for Kubernetes. It supports any form of authentication, the exec API, and it has an easy implementation for CRDs.

APACHE-2.0 License

Downloads
413.8K
Stars
307
Committers
22
php-k8s - 1.6.0

Published by rennokki almost 4 years ago

php-k8s - 1.4.1

Published by rennokki almost 4 years ago

php-k8s - 1.4.0

Published by rennokki almost 4 years ago

php-k8s - 1.3.1

Published by rennokki almost 4 years ago

php-k8s - 1.3.0

Published by rennokki almost 4 years ago

Implemented status.* fields methods for various resources (https://github.com/renoki-co/php-k8s/pull/33/files)

  • Deployment, Job, Namespace, PV, PVC, Pod, Statefulset got status updates
  • Containers retrieved from pod statuses can be checked for readiness with $container->isReady()
  • Before updating or deleting a resource, the original attributes will be retrieved using ->syncOriginalWith()
  • ->refresh() is now used to sync the entire resource instead of just the versions
  • ->refreshVersions() is used to sync just the version & the uuids.
  • Improved tests to wait for their status instead of arbitrary set sleep() time
php-k8s - 1.2.1

Published by rennokki almost 4 years ago

php-k8s - 1.2.0

Published by rennokki almost 4 years ago

php-k8s - 1.1.0

Published by rennokki almost 4 years ago

php-k8s - 1.0.0

Published by rennokki almost 4 years ago