Skip to content
This repository has been archived by the owner on Mar 19, 2024. It is now read-only.

Commit

Permalink
config/crd: install only selected Gateway API CRDs, from experimental…
Browse files Browse the repository at this point in the history
… channel
  • Loading branch information
mikemorris committed Jun 16, 2022
1 parent 900d52e commit 958cd8f
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions config/crd/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,11 @@ apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization

resources:
- github.com/kubernetes-sigs/gateway-api/config/crd?ref=v0.5.0-rc1
- github.com/kubernetes-sigs/gateway-api/config/crd/experimental?ref=v0.5.0-rc1
- github.com/kubernetes-sigs/gateway-api/config/crd/experimental/gateway.networking.k8s.io_gatewayclasses.yaml?ref=v0.5.0-rc1
- github.com/kubernetes-sigs/gateway-api/config/crd/experimental/gateway.networking.k8s.io_gateways.yaml?ref=v0.5.0-rc1
- github.com/kubernetes-sigs/gateway-api/config/crd/experimental/gateway.networking.k8s.io_httproutes.yaml?ref=v0.5.0-rc1
- github.com/kubernetes-sigs/gateway-api/config/crd/experimental/gateway.networking.k8s.io_referencegrants.yaml?ref=v0.5.0-rc1
- github.com/kubernetes-sigs/gateway-api/config/crd/experimental/gateway.networking.k8s.io_referencepolicies.yaml?ref=v0.5.0-rc1
- github.com/kubernetes-sigs/gateway-api/config/crd/experimental/gateway.networking.k8s.io_tcproutes.yaml?ref=v0.5.0-rc1
- bases/api-gateway.consul.hashicorp.com_gatewayclassconfigs.yaml
- bases/api-gateway.consul.hashicorp.com_meshservices.yaml

0 comments on commit 958cd8f

Please sign in to comment.