OpenShift · Schema

BuildConfigStatus

Status of the BuildConfig.

CI/CDCloud NativeContainersDevOpsEnterpriseKubernetesPaaS

Properties

Name Type Description
lastVersion integer The version of the last build created from this config.
imageChangeTriggers array
View JSON Schema on GitHub

JSON Schema

openshift-rest-build-config-status-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "BuildConfigStatus",
  "type": "object",
  "description": "Status of the BuildConfig.",
  "properties": {
    "lastVersion": {
      "type": "integer",
      "description": "The version of the last build created from this config."
    },
    "imageChangeTriggers": {
      "type": "array"
    }
  }
}