OpenShift · Schema

BuildOutput

Specifies where the resulting container image is pushed.

CI/CDCloud NativeContainersDevOpsEnterpriseKubernetesPaaS

Properties

Name Type Description
pushSecret object Secret holding credentials for pushing to the output registry.
View JSON Schema on GitHub

JSON Schema

openshift-rest-build-output-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "BuildOutput",
  "type": "object",
  "description": "Specifies where the resulting container image is pushed.",
  "properties": {
    "pushSecret": {
      "type": "object",
      "description": "Secret holding credentials for pushing to the output registry."
    }
  }
}