├── README.md ├── exceptions.txt ├── get-orphaned-configmaps.py └── requirements.txt /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yonahd/orphaned-configmaps/HEAD/README.md -------------------------------------------------------------------------------- /exceptions.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yonahd/orphaned-configmaps/HEAD/exceptions.txt -------------------------------------------------------------------------------- /get-orphaned-configmaps.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yonahd/orphaned-configmaps/HEAD/get-orphaned-configmaps.py -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- 1 | kubernetes 2 | rich 3 | tabulate 4 | --------------------------------------------------------------------------------