1.3.0
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