From 7d07cf35ccbbfafa4f0d84040e61a38913247791 Mon Sep 17 00:00:00 2001 From: John Howard Date: Wed, 24 Apr 2024 17:06:07 -0700 Subject: [PATCH] Add experimental kustomize back Dropped in #2955 for some reason. Since it was unrelated to that PR and had no discussion, I assume it was accidental --- config/crd/experimental/kustomization.yaml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 config/crd/experimental/kustomization.yaml diff --git a/config/crd/experimental/kustomization.yaml b/config/crd/experimental/kustomization.yaml new file mode 100644 index 0000000000..ffb20d3bcf --- /dev/null +++ b/config/crd/experimental/kustomization.yaml @@ -0,0 +1,11 @@ +resources: +- gateway.networking.k8s.io_gatewayclasses.yaml +- gateway.networking.k8s.io_gateways.yaml +- gateway.networking.k8s.io_httproutes.yaml +- gateway.networking.k8s.io_referencegrants.yaml +- gateway.networking.k8s.io_tcproutes.yaml +- gateway.networking.k8s.io_tlsroutes.yaml +- gateway.networking.k8s.io_udproutes.yaml +- gateway.networking.k8s.io_grpcroutes.yaml +- gateway.networking.k8s.io_backendtlspolicies.yaml +