Changes:
- Adds support for CronJob and DaemonSet workloads. 🎉
- Deprecate
/api/v1/deploy
in favor of/api/v1/deployment
. - Bumps Flask to version
1.1.2
. - Adds new
tests/setup.yaml
to create test workloads to patch. - Match imports style.
- Renames functions to match methods in client python API.
- Rename
object_type
variable toname
for clarity. - Added endpoints and parameters section to the README.
Deprecation notice
The original deploy endpoint /api/v1/deploy
will continue to work for the foreseeable future, but it is recommended to move to the new deployment /api/v1/deployment
endpoint.
Features:
- Adds support for CronJob and DaemonSet workloads. 🎉
Known Issues:
- Still only compatible with single container deployments at the moment.
docker pull quay.io/mdgreenwald/push-deploy:v0.0.5