Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 1.19 KB

V1BuildStrategy.md

File metadata and controls

14 lines (10 loc) · 1.19 KB

V1BuildStrategy

Properties

Name Type Description Notes
customStrategy \UniversityOfAdelaide\OpenShift\Model\V1CustomBuildStrategy customStrategy holds the parameters to the Custom build strategy [optional]
dockerStrategy \UniversityOfAdelaide\OpenShift\Model\V1DockerBuildStrategy dockerStrategy holds the parameters to the Docker build strategy. [optional]
jenkinsPipelineStrategy \UniversityOfAdelaide\OpenShift\Model\V1JenkinsPipelineBuildStrategy JenkinsPipelineStrategy holds the parameters to the Jenkins Pipeline build strategy. This strategy is in tech preview. [optional]
sourceStrategy \UniversityOfAdelaide\OpenShift\Model\V1SourceBuildStrategy sourceStrategy holds the parameters to the Source build strategy. [optional]
type string type is the kind of build strategy.

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