Releases: renoki-co/php-k8s
Releases · renoki-co/php-k8s
1.6.0
- Role, ClusterRole, RoleBinding, ClusterRoleBinding (#40)
- Horizontal Pod Autoscaler (#39)
- Added
->addToAttribute()
to append element to an array attribute (c82d7bf)
- Added
->addRules()
and ->addPorts()
to Ingress and Service (08aa6e6)
1.5.0
- Updated code indentations and featuring trait encapsulations for DRY (1daac04, 518495c, dff678e)
- Added DaemonSet kind (#38)
1.4.1
- Added container methods for probes (b7f25bd)
1.4.0
- Added scaling support fro Deployments and ReplicaSets (#35)
1.3.1
- Added alternative methods to watch a specific container from a specific pod (#34)
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
1.2.1
- Fixed a bug with
->setNamespace()
(52cf147)
1.2.0
- Get pods for pod controller resources (#32)
1.1.0
- Added
->syncWithCluster()
and ->exists()
on the resources (#31)
1.0.0
Merge pull request #30 from renoki-co/analysis-OMOddl
Apply fixes from StyleCI