zegl / kube-score

Kubernetes object analysis with recommendations for improved reliability and security. kube-score actively prevents downtime and bugs in your Kubernetes YAML and Charts. Static code analysis for Kubernetes.
https://kube-score.com
MIT License
2.75k stars 177 forks source link

Support HorizontalPodAutoscaler in `autoscaling/v2` #574

Closed ReuDa closed 9 months ago

ReuDa commented 9 months ago

autoscaling/v2 has been out for a while. I've added support for that.

RELNOTE: Support for `HorizontalPodAutoscaler` in `autoscaling/v2`
zegl commented 9 months ago

Thanks!