├── .gitignore ├── LICENSE ├── README.md └── merge.py /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sunny0826/mergeKubeConfig/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sunny0826/mergeKubeConfig/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sunny0826/mergeKubeConfig/HEAD/README.md -------------------------------------------------------------------------------- /merge.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sunny0826/mergeKubeConfig/HEAD/merge.py --------------------------------------------------------------------------------