OpenShift · Schema

BuildStrategy

Describes how to perform the build.

CI/CDCloud NativeContainersDevOpsEnterpriseKubernetesPaaS

Properties

Name Type Description
type string The type of build strategy.
View JSON Schema on GitHub

JSON Schema

openshift-rest-build-strategy-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "BuildStrategy",
  "type": "object",
  "description": "Describes how to perform the build.",
  "properties": {
    "type": {
      "type": "string",
      "description": "The type of build strategy."
    }
  }
}