kubectl-plugin code overview info (#8405)

This commit is contained in:
Kundan Kumar 2022-04-04 02:34:10 +05:30 committed by GitHub
parent 59c6c058fe
commit abdece6e80
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -101,6 +101,12 @@ The e2e tests code is in [test](https://github.com/kubernetes/ingress-nginx/tree
Describe here `kubectl plugin`, `dbg`, `waitshutdown` and cover the hack scripts.
### kubectl plugin
It containes kubectl plugin for inspecting your ingress-nginx deployments.
This part of code can be found in [cmd/plugin](https://github.com/kubernetes/ingress-nginx/tree/main/cmd/plugin) directory
Detail functions flow and available flow can be found in [kubectl-plugin](https://github.com/kubernetes/ingress-nginx/blob/main/docs/kubectl-plugin.md)
## Deploy files
This directory contains the `yaml` deploy files used as examples or references in the docs to deploy Ingress NGINX and other components.