How to develop or make contributions to this project.
- Make sure to copy file
kubeconfig
to the current directory - Run
./dev
. This will run a container with the source and all the necessary development tools including Terraform, golang, and glide. - Run
./make
to make the plugin binary. Run this whenever the code changes.
That's it! You're all set.