├── .github └── workflows │ └── docker-image.yml ├── Dockerfile ├── README.md ├── entrypoint.sh └── kubectl-check /.github/workflows/docker-image.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lework/kubectl-check/HEAD/.github/workflows/docker-image.yml -------------------------------------------------------------------------------- /Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lework/kubectl-check/HEAD/Dockerfile -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lework/kubectl-check/HEAD/README.md -------------------------------------------------------------------------------- /entrypoint.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lework/kubectl-check/HEAD/entrypoint.sh -------------------------------------------------------------------------------- /kubectl-check: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lework/kubectl-check/HEAD/kubectl-check --------------------------------------------------------------------------------