| Name | Type | Description | Notes |
|---|---|---|---|
| build_api_version | str | buildAPIVersion is the requested API version for the Build object serialized and passed to the custom builder | [optional] |
| env | list[V1EnvVar] | env contains additional environment variables you want to pass into a builder container. ValueFrom is not supported. | [optional] |
| expose_docker_socket | bool | exposeDockerSocket will allow running Docker commands (and build Docker images) from inside the Docker container. | [optional] |
| force_pull | bool | forcePull describes if the controller should configure the build pod to always pull the images for the builder or only pull if it is not present locally | [optional] |
| _from | V1ObjectReference | from is reference to an DockerImage, ImageStreamTag, or ImageStreamImage from which the docker image should be pulled | |
| pull_secret | V1LocalObjectReference | pullSecret is the name of a Secret that would be used for setting up the authentication for pulling the Docker images from the private Docker registries | [optional] |
| secrets | list[V1SecretSpec] | secrets is a list of additional secrets that will be included in the build pod | [optional] |