OpenShift · JSON Structure

Openshift Rest Build Config Spec Structure

Type: object Properties: 7
CI/CDCloud NativeContainersDevOpsEnterpriseKubernetesPaaS

BuildConfigSpec is a JSON Structure definition published by OpenShift, describing 7 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

triggers runPolicy serviceAccount completionDeadlineSeconds successfulBuildsHistoryLimit failedBuildsHistoryLimit nodeSelector

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "BuildConfigSpec",
  "type": "object",
  "properties": {
    "triggers": {
      "type": "array"
    },
    "runPolicy": {
      "type": "string"
    },
    "serviceAccount": {
      "type": "string"
    },
    "completionDeadlineSeconds": {
      "type": "integer"
    },
    "successfulBuildsHistoryLimit": {
      "type": "integer"
    },
    "failedBuildsHistoryLimit": {
      "type": "integer"
    },
    "nodeSelector": {
      "type": "object"
    }
  }
}