apisnoop / gateway-api-test-framework

Framework to test different gateway-api implementations
0 stars 1 forks source link

Add missing contour crds #29

Closed heyste closed 5 months ago

heyste commented 5 months ago

Fixes: #23

gatewayclass.gateway.networking.k8s.io/contour created
NAME      CONTROLLER                             ACCEPTED   AGE
contour   projectcontour.io/gateway-controller   Unknown    0s
{
  "conditions": [
    {
      "lastTransitionTime": "2024-06-05T22:13:00Z",
      "message": "Gateway API CRD bundle version v1.0.0 is supported.",
      "observedGeneration": 1,
      "reason": "SupportedVersion",
      "status": "True",
      "type": "SupportedVersion"
    },
    {
      "lastTransitionTime": "2024-06-05T22:13:00Z",
      "message": "GatewayClass has been accepted by the controller",
      "observedGeneration": 1,
      "reason": "Accepted",
      "status": "True",
      "type": "Accepted"
    }
  ]
}
$ kubectl get gc contour
NAME      CONTROLLER                             ACCEPTED   AGE
contour   projectcontour.io/gateway-controller   True       4m24s