OpenShift · JSON Structure

Openshift Rest Deployment Config Structure

Type: object Properties: 2
CI/CDCloud NativeContainersDevOpsEnterpriseKubernetesPaaS

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

Properties

apiVersion kind

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "DeploymentConfig",
  "type": "object",
  "properties": {
    "apiVersion": {
      "type": "string"
    },
    "kind": {
      "type": "string"
    }
  }
}