github.com/jenkins-x/test-infra@v0.0.7/prow/config/README.md (about)

     1  # Prow Configuration
     2  
     3  Core Prow component configuration is managed by the `config` package and stored in the [`Config` struct](https://godoc.org/k8s.io/test-infra/prow/config#Config). If a configuration guide is available for a component it can be found in the [`/prow/cmd`](/prow/cmd) directory. See [`jobs.md`](/prow/jobs.md) for a guide to configuring ProwJobs.
     4  Configuration for plugins is handled and stored separately. See the [`plugins`](/prow/plugins) package for details.