Kube Pod Autocomplete is a Go-based backend service designed to enhance the user experience when navigating resource lists in Kubernetes clusters.
- Kube Pod Autocomplete is designed to be used in Kubernetes environments.
- Take a look at the documentation.
Fetch required tools:
make depsDeploy development environment:
make upDeploy Kube Pod Autocomplete:
make deployRun the test suite:
make test
make test-e2eRun linters:
make lint # pass -j option to run them in parallelSome linter violations can automatically be fixed:
make fmtBuild artifacts locally:
make artifactsOnce you are done, you can tear down the development environment:
make downThe project is licensed under the Apache 2.0 License.