OpenShift · Example Payload

Openshift Rest Build Config Spec Example

CI/CDCloud NativeContainersDevOpsEnterpriseKubernetesPaaS

Openshift Rest Build Config Spec Example is an example object payload from OpenShift, with 7 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

triggersrunPolicyserviceAccountcompletionDeadlineSecondssuccessfulBuildsHistoryLimitfailedBuildsHistoryLimitnodeSelector

Example Payload

Raw ↑
{
  "triggers": [],
  "runPolicy": "example_value",
  "serviceAccount": "example_value",
  "completionDeadlineSeconds": 10,
  "successfulBuildsHistoryLimit": 10,
  "failedBuildsHistoryLimit": 10,
  "nodeSelector": "example_value"
}