OpenShift · JSON Structure

Openshift Rest Build Source Structure

Type: object Properties: 5
CI/CDCloud NativeContainersDevOpsEnterpriseKubernetesPaaS

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

Properties

type git dockerfile contextDir sourceSecret

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "BuildSource",
  "type": "object",
  "properties": {
    "type": {
      "type": "string"
    },
    "git": {
      "type": "object"
    },
    "dockerfile": {
      "type": "string"
    },
    "contextDir": {
      "type": "string"
    },
    "sourceSecret": {
      "type": "object"
    }
  }
}