emissary-ingress / emissary

open source Kubernetes-native API gateway for microservices built on the Envoy Proxy
https://www.getambassador.io
Apache License 2.0
4.37k stars 685 forks source link

cleanup: remove kubewatch.py and associated python deps #5428

Closed LanceEa closed 11 months ago

LanceEa commented 11 months ago

Description

Kubewatch was a hold over from pre golang watt code. By removing it we can remove quite a few python deps that have caused noise for us in the past with cve scanners and dependabot upgrades.

Related Issues

N/A

Testing

CI is green and no additional testing added.

Checklist