├── .gitignore ├── LICENSE ├── README.md ├── app.py └── pods.py /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kareem-elsayed/k8s-alerts/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kareem-elsayed/k8s-alerts/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kareem-elsayed/k8s-alerts/HEAD/README.md -------------------------------------------------------------------------------- /app.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kareem-elsayed/k8s-alerts/HEAD/app.py -------------------------------------------------------------------------------- /pods.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kareem-elsayed/k8s-alerts/HEAD/pods.py --------------------------------------------------------------------------------