OpenShift · Schema

RouteStatus

Current state of the Route.

CI/CDCloud NativeContainersDevOpsEnterpriseKubernetesPaaS

Properties

Name Type Description
ingress array Status entries for each router that has admitted the route.
View JSON Schema on GitHub

JSON Schema

openshift-rest-route-status-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "RouteStatus",
  "type": "object",
  "description": "Current state of the Route.",
  "properties": {
    "ingress": {
      "type": "array",
      "description": "Status entries for each router that has admitted the route."
    }
  }
}