Skip to content

Commit

Permalink
gateway-api v1.1.0
Browse files Browse the repository at this point in the history
Signed-off-by: Tamal Saha <tamal@appscode.com>
  • Loading branch information
tamalsaha committed Aug 14, 2024
1 parent cb58e22 commit 01abe4e
Show file tree
Hide file tree
Showing 6 changed files with 5,311 additions and 3,397 deletions.
4 changes: 2 additions & 2 deletions charts/gateway-api/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ apiVersion: v2
name: gateway-api
description: Kubernetes Gateway API
type: application
version: v1.0.0
appVersion: v1.0.0
version: v1.1.0
appVersion: v1.1.0
home: https://gateway-api.sigs.k8s.io
icon: https://cdn.appscode.com/images/products/voyager/voyager-community-icon.png
sources:
Expand Down
370 changes: 228 additions & 142 deletions charts/gateway-api/crds/gateway.networking.k8s.io_gatewayclasses.yaml

Large diffs are not rendered by default.

1,928 changes: 1,152 additions & 776 deletions charts/gateway-api/crds/gateway.networking.k8s.io_gateways.yaml

Large diffs are not rendered by default.

6,086 changes: 3,720 additions & 2,366 deletions charts/gateway-api/crds/gateway.networking.k8s.io_httproutes.yaml

Large diffs are not rendered by default.

312 changes: 205 additions & 107 deletions charts/gateway-api/crds/gateway.networking.k8s.io_referencegrants.yaml

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions hack/scripts/import-crds.sh
Original file line number Diff line number Diff line change
Expand Up @@ -60,10 +60,10 @@ crd-importer \

# only add v1 apis
crd-importer \
--input=https://github.com/kubernetes-sigs/gateway-api/raw/v1.0.0/config/crd/standard/gateway.networking.k8s.io_gatewayclasses.yaml \
--input=https://github.com/kubernetes-sigs/gateway-api/raw/v1.0.0/config/crd/standard/gateway.networking.k8s.io_gateways.yaml \
--input=https://github.com/kubernetes-sigs/gateway-api/raw/v1.0.0/config/crd/standard/gateway.networking.k8s.io_httproutes.yaml \
--input=https://github.com/kubernetes-sigs/gateway-api/raw/v1.0.0/config/crd/standard/gateway.networking.k8s.io_referencegrants.yaml \
--input=https://github.com/kubernetes-sigs/gateway-api/raw/v1.1.0/config/crd/standard/gateway.networking.k8s.io_gatewayclasses.yaml \
--input=https://github.com/kubernetes-sigs/gateway-api/raw/v1.1.0/config/crd/standard/gateway.networking.k8s.io_gateways.yaml \
--input=https://github.com/kubernetes-sigs/gateway-api/raw/v1.1.0/config/crd/standard/gateway.networking.k8s.io_httproutes.yaml \
--input=https://github.com/kubernetes-sigs/gateway-api/raw/v1.1.0/config/crd/standard/gateway.networking.k8s.io_referencegrants.yaml \
--out=./charts/gateway-api/crds

crd-importer \
Expand Down

0 comments on commit 01abe4e

Please sign in to comment.