postfinance / kuota-calc

Simple utility to calculate the resource quota needed for your k8s deployment(s)
MIT License
24 stars 4 forks source link

Support OpenShift resources like DeploymentConfig #15

Open druppelt opened 2 months ago

druppelt commented 2 months ago

The timing is a bit off, as DeploymentConfigs are deprecated by now, but they are still being used, so for a while I will still require support for them.

Implementation effort should be minimal, as they are very similar to Deployments

As it doesn't seem like this is beeing maintained I created my own fork, in which I plan to implement this. Should I be mistaken, please let me know and I'll create pull requests.

druppelt commented 2 months ago

This is implemented in v0.3.2 of my fork. I'll keep the issue open until this is merged into this repo.