APIs.io
Search
Providers
Tags
Add API
About
Support
Blog
Search
Home
OpenShift
BuildSource
OpenShift
· Schema
BuildSource
Specifies the source code location and type for the build input.
CI/CD
Cloud Native
Containers
DevOps
Enterprise
Kubernetes
PaaS
Properties
Name
Type
Description
type
string
The type of source input.
git
object
Git source location.
dockerfile
string
The Dockerfile content used as build input.
contextDir
string
The subdirectory within the source repository used as the context for the build.
sourceSecret
object
Secret holding credentials for accessing the source repository.
View JSON Schema on GitHub