OpenShift · JSON Structure

Openshift Rest Build Trigger Policy Structure

Type: object Properties: 4
CI/CDCloud NativeContainersDevOpsEnterpriseKubernetesPaaS

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

Properties

type github generic imageChange

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "BuildTriggerPolicy",
  "type": "object",
  "properties": {
    "type": {
      "type": "string"
    },
    "github": {
      "type": "object"
    },
    "generic": {
      "type": "object"
    },
    "imageChange": {
      "type": "object"
    }
  }
}