OpenShift · JSON Structure

Openshift Rest Custom Deployment Strategy Params Structure

Type: object Properties: 3
CI/CDCloud NativeContainersDevOpsEnterpriseKubernetesPaaS

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

Properties

image environment command

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "CustomDeploymentStrategyParams",
  "type": "object",
  "properties": {
    "image": {
      "type": "string"
    },
    "environment": {
      "type": "array"
    },
    "command": {
      "type": "array"
    }
  }
}