OpenShift · Schema

DeploymentConfigList

A list of DeploymentConfig objects.

CI/CDCloud NativeContainersDevOpsEnterpriseKubernetesPaaS

Properties

Name Type Description
apiVersion string
kind string
items array
View JSON Schema on GitHub

JSON Schema

openshift-rest-deployment-config-list-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "DeploymentConfigList",
  "type": "object",
  "description": "A list of DeploymentConfig objects.",
  "properties": {
    "apiVersion": {
      "type": "string"
    },
    "kind": {
      "type": "string"
    },
    "items": {
      "type": "array"
    }
  }
}