caas-team / GoKubeDownscaler

A horizontal autoscaler for Kubernetes workloads
GNU General Public License v3.0
9 stars 4 forks source link

Add Implementations for Statefulsets, Jobs, CronJobs #29

Closed samuel-esp closed 2 months ago

samuel-esp commented 3 months ago

Issue

Adding to the project the support for downscaling/upscaling statefulsets, jobs, cronjobs

Problem to solve

statefulsets, jobs, cronjobs currently can't be downscaled

Proposal

Splitting the base Workload Interface in more specific ones where Workload is the father interface:

Refactoring Upscaling and Downscaling Functions