File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ kind: GatewayClass
2020metadata:
2121 name: conformance
2222spec:
23- controllerName: openshift.io/gateway-controller
23+ controllerName: openshift.io/gateway-controller/v1
2424EOF
2525
2626oc wait --for=condition=Accepted=true " gatewayclass/$GATEWAYCLASS_NAME " --timeout=300s
Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ const (
6262 // gatewayclass identifies itself as belonging to OpenShift Istio. If a
6363 // gatewayclass's spec.controllerName field is set to this value, then
6464 // the gatewayclass is ours.
65- OpenShiftGatewayClassControllerName = "openshift.io/gateway-controller"
65+ OpenShiftGatewayClassControllerName = "openshift.io/gateway-controller/v1 "
6666
6767 // OpenShiftDefaultGatewayClassName is the name of the default
6868 // gatewayclass that Istio creates when it is installed.
You can’t perform that action at this time.
0 commit comments