A set of custom resource definitions that aim at controlling Concourse.
ps.: you should not take this repository seriously - the purpose of this thing is to demonstrate what we could achieve with concourse/rfcs#44.
- build the binary
$ make- install the crds
$ make installps.: assumes you have kustomize set up
pps.: assumes kubeconfig is set up
- run it locally
ps.: will target the apiserver configured in kubeconfig.
$ make run- create a pipeline object
$ make pipelineps.: assume concourse runs on localhost:8080 (you can do it so following
https://github.com/concourse/concourse-docker).