Skip to content

1.3.0

Compare
Choose a tag to compare
@rennokki rennokki released this 31 Oct 10:57
· 524 commits to master since this release
91e9859

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