{
    "apiVersion": "v1",
    "items": [
        {
            "apiVersion": "route.openshift.io/v1",
            "kind": "Route",
            "metadata": {
                "annotations": {
                    "haproxy.router.openshift.io/balance": "roundrobin"
                },
                "creationTimestamp": "2026-04-28T02:44:39Z",
                "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": "4299efd3-604b-42d4-9b7d-5f6bf2ebb06e"
                    }
                ],
                "resourceVersion": "2352",
                "uid": "4bb80eaa-57dd-4a43-bcf1-2d2b73a55444"
            },
            "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": ""
    }
}
