LICENSE
README.md
pyproject.toml
kube_foresight/__init__.py
kube_foresight/alerting.py
kube_foresight/audit.py
kube_foresight/exceptions.py
kube_foresight/hpa.py
kube_foresight/logging_config.py
kube_foresight/models.py
kube_foresight/scheduler.py
kube_foresight.egg-info/PKG-INFO
kube_foresight.egg-info/SOURCES.txt
kube_foresight.egg-info/dependency_links.txt
kube_foresight.egg-info/entry_points.txt
kube_foresight.egg-info/requires.txt
kube_foresight.egg-info/top_level.txt
kube_foresight/analyzer/__init__.py
kube_foresight/analyzer/profiler.py
kube_foresight/analyzer/stats.py
kube_foresight/cli/__init__.py
kube_foresight/cli/app.py
kube_foresight/cli/formatters.py
kube_foresight/cli/commands/__init__.py
kube_foresight/cli/commands/analyze.py
kube_foresight/cli/commands/collect.py
kube_foresight/cli/commands/dashboard.py
kube_foresight/cli/commands/demo.py
kube_foresight/cli/commands/forecast.py
kube_foresight/cli/commands/patch.py
kube_foresight/cli/commands/recommend.py
kube_foresight/collector/__init__.py
kube_foresight/collector/base.py
kube_foresight/collector/k8s.py
kube_foresight/collector/mock.py
kube_foresight/collector/prometheus.py
kube_foresight/collector/store.py
kube_foresight/dashboard/__init__.py
kube_foresight/dashboard/app.py
kube_foresight/dashboard/serializers.py
kube_foresight/dashboard/service.py
kube_foresight/dashboard/routes/__init__.py
kube_foresight/dashboard/routes/api.py
kube_foresight/dashboard/routes/pages.py
kube_foresight/forecaster/__init__.py
kube_foresight/forecaster/trend.py
kube_foresight/pricing/__init__.py
kube_foresight/pricing/estimator.py
kube_foresight/pricing/providers/__init__.py
kube_foresight/pricing/providers/aws.py
kube_foresight/pricing/providers/azure.py
kube_foresight/pricing/providers/base.py
kube_foresight/pricing/providers/gcp.py
kube_foresight/recommender/__init__.py
kube_foresight/recommender/engine.py
kube_foresight/recommender/patch.py
kube_foresight/recommender/strategies.py
tests/test_alerting.py
tests/test_audit.py
tests/test_hpa.py
tests/test_models.py
tests/test_scheduler.py