Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 1.67 KB

V1CustomBuildStrategy.md

File metadata and controls

16 lines (12 loc) · 1.67 KB

V1CustomBuildStrategy

Properties

Name Type Description Notes
buildAPIVersion string buildAPIVersion is the requested API version for the Build object serialized and passed to the custom builder [optional]
env \UniversityOfAdelaide\OpenShift\Model\V1EnvVar[] env contains additional environment variables you want to pass into a builder container. ValueFrom is not supported. [optional]
exposeDockerSocket bool exposeDockerSocket will allow running Docker commands (and build Docker images) from inside the Docker container. [optional]
forcePull 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 \UniversityOfAdelaide\OpenShift\Model\V1ObjectReference from is reference to an DockerImage, ImageStreamTag, or ImageStreamImage from which the docker image should be pulled
pullSecret \UniversityOfAdelaide\OpenShift\Model\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 \UniversityOfAdelaide\OpenShift\Model\V1SecretSpec[] secrets is a list of additional secrets that will be included in the build pod [optional]

[Back to Model list] [Back to API list] [Back to README]