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.78k stars 178 forks source link

Support networking.k8s.io/v1 Ingress #300

Closed zegl closed 4 years ago

zegl commented 4 years ago

Ingress is graduating to GA in Kubernetes 1.19, which is scheduled to be released on the 25th of August. It would be great if kube-score could support the new Ingress APIs by then.

zegl commented 4 years ago

This has been implemented in #302