| Name | Type | Description | Notes |
|---|---|---|---|
| http_proxy | str | httpProxy is a proxy used to reach the git repository over http | [optional] |
| https_proxy | str | httpsProxy is a proxy used to reach the git repository over https | [optional] |
| no_proxy | str | noProxy is the list of domains for which the proxy should not be used | [optional] |
| ref | str | ref is the branch/tag/ref to build. | [optional] |
| uri | str | uri points to the source that will be built. The structure of the source will depend on the type of build to run |