OpenShift · Schema

OpenShift Route

A Route resource exposes an OpenShift service at a hostname so that external clients can reach it by name. Routes support TLS termination strategies including edge, passthrough, and re-encrypt, as well as traffic splitting across multiple backends for A/B deployments.

CI/CDCloud NativeContainersDevOpsEnterpriseKubernetesPaaS

Properties

Name Type Description
apiVersion string The API version for the Route resource.
kind string The resource kind, always Route.
metadata object
spec object
status object
View JSON Schema on GitHub