OpenShift · JSON Structure

Openshift Rest Route Spec Structure

Type: object Properties: 5
CI/CDCloud NativeContainersDevOpsEnterpriseKubernetesPaaS

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

Properties

host path subdomain alternateBackends wildcardPolicy

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "RouteSpec",
  "type": "object",
  "properties": {
    "host": {
      "type": "string"
    },
    "path": {
      "type": "string"
    },
    "subdomain": {
      "type": "string"
    },
    "alternateBackends": {
      "type": "array"
    },
    "wildcardPolicy": {
      "type": "string"
    }
  }
}