Name | Type | Description | Notes |
---|---|---|---|
completionDeadlineSeconds | int | completionDeadlineSeconds is an optional duration in seconds, counted from the time when a build pod gets scheduled in the system, that the build may be active on a node before the system actively tries to terminate the build; value must be positive integer | [optional] |
nodeSelector | map[string,string] | nodeSelector is a selector which must be true for the build pod to fit on a node If nil, it can be overridden by default build nodeselector values for the cluster. If set to an empty map or a map with any values, default build nodeselector values are ignored. | |
output | \UniversityOfAdelaide\OpenShift\Model\V1BuildOutput | output describes the Docker image the Strategy should produce. | [optional] |
postCommit | \UniversityOfAdelaide\OpenShift\Model\V1BuildPostCommitSpec | postCommit is a build hook executed after the build output image is committed, before it is pushed to a registry. | [optional] |
resources | \UniversityOfAdelaide\OpenShift\Model\V1ResourceRequirements | resources computes resource requirements to execute the build. | [optional] |
revision | \UniversityOfAdelaide\OpenShift\Model\V1SourceRevision | revision is the information from the source for a specific repo snapshot. This is optional. | [optional] |
serviceAccount | string | serviceAccount is the name of the ServiceAccount to use to run the pod created by this build. The pod will be allowed to use secrets referenced by the ServiceAccount | [optional] |
source | \UniversityOfAdelaide\OpenShift\Model\V1BuildSource | source describes the SCM in use. | [optional] |
strategy | \UniversityOfAdelaide\OpenShift\Model\V1BuildStrategy | strategy defines how to perform a build. | |
triggeredBy | \UniversityOfAdelaide\OpenShift\Model\V1BuildTriggerCause[] | triggeredBy describes which triggers started the most recent update to the build configuration and contains information about those triggers. |