This projects is just a simple example of how you would use kooper as a dependency in an application. It uses dep as the dependency manager and forces the kubernetes library versions that we want.
make install-deps
make run
Simple example of a project using kooper and how you could set the dependencies for the project (using dep)
Go
This projects is just a simple example of how you would use kooper as a dependency in an application. It uses dep as the dependency manager and forces the kubernetes library versions that we want.
make install-deps
make run