{
    "apiVersion": "v1",
    "items": [
        {
            "apiVersion": "route.openshift.io/v1",
            "kind": "Route",
            "metadata": {
                "annotations": {
                    "haproxy.router.openshift.io/balance": "roundrobin"
                },
                "creationTimestamp": "2026-04-27T22:52:38Z",
                "labels": {
                    "ingress.openshift.io/canary": "canary_controller"
                },
                "name": "canary",
                "namespace": "openshift-ingress-canary",
                "ownerReferences": [
                    {
                        "apiVersion": "apps/v1",
                        "controller": true,
                        "kind": "daemonset",
                        "name": "ingress-canary",
                        "uid": "56829e2b-a373-473b-abe3-b382ff966546"
                    }
                ],
                "resourceVersion": "3034",
                "uid": "f056a471-e6cb-43ef-a402-32a4783143a9"
            },
            "spec": {
                "port": {
                    "targetPort": 8443
                },
                "subdomain": "canary-openshift-ingress-canary",
                "tls": {
                    "insecureEdgeTerminationPolicy": "Redirect",
                    "termination": "passthrough"
                },
                "to": {
                    "kind": "Service",
                    "name": "ingress-canary",
                    "weight": 100
                },
                "wildcardPolicy": "None"
            },
            "status": {}
        }
    ],
    "kind": "List",
    "metadata": {
        "resourceVersion": ""
    }
}
