APIs.io
Search
Providers
APIs
Capabilities
Tags
More
Schemas
AsyncAPI
JSON-LD
Rules
Vocabularies
About
Support
Blog
Blog
Add API
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