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

Commit

Permalink
chore: update CRDs
Browse files Browse the repository at this point in the history
  • Loading branch information
traefiker authored Sep 4, 2023
1 parent ca2eca6 commit d591574
Show file tree
Hide file tree
Showing 3 changed files with 114 additions and 28 deletions.
43 changes: 43 additions & 0 deletions traefik-hub/crds/hub.traefik.io_apis.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,49 @@ spec:
spec:
description: APISpec configures an API.
properties:
cors:
description: CORS configures the CORS for the API.
properties:
allowCredentials:
description: AllowCredentials defines whether the request can
include user credentials.
type: boolean
allowHeaders:
description: AllowHeaders defines the Access-Control-Request-Headers
values sent in preflight response.
items:
type: string
type: array
allowMethods:
description: AllowMethods defines the Access-Control-Request-Method
values sent in preflight response.
items:
type: string
type: array
allowOriginList:
description: AllowOriginList is a list of allowable origins. Can
also be a wildcard origin "*".
items:
type: string
type: array
allowOriginListRegex:
description: AllowOriginListRegex is a list of allowable origins
written following the Regular Expression syntax (https://golang.org/pkg/regexp/).
items:
type: string
type: array
exposeHeaders:
description: ExposeHeaders defines the Access-Control-Expose-Headers
values sent in preflight response.
items:
type: string
type: array
maxAge:
description: MaxAge defines the time that a preflight request
may be cached.
format: int64
type: integer
type: object
currentVersion:
type: string
pathPrefix:
Expand Down
43 changes: 43 additions & 0 deletions traefik-hub/crds/hub.traefik.io_apiversions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,49 @@ spec:
properties:
apiName:
type: string
cors:
description: CORS configures the CORS for the API.
properties:
allowCredentials:
description: AllowCredentials defines whether the request can
include user credentials.
type: boolean
allowHeaders:
description: AllowHeaders defines the Access-Control-Request-Headers
values sent in preflight response.
items:
type: string
type: array
allowMethods:
description: AllowMethods defines the Access-Control-Request-Method
values sent in preflight response.
items:
type: string
type: array
allowOriginList:
description: AllowOriginList is a list of allowable origins. Can
also be a wildcard origin "*".
items:
type: string
type: array
allowOriginListRegex:
description: AllowOriginListRegex is a list of allowable origins
written following the Regular Expression syntax (https://golang.org/pkg/regexp/).
items:
type: string
type: array
exposeHeaders:
description: ExposeHeaders defines the Access-Control-Expose-Headers
values sent in preflight response.
items:
type: string
type: array
maxAge:
description: MaxAge defines the time that a preflight request
may be cached.
format: int64
type: integer
type: object
release:
type: string
routes:
Expand Down
56 changes: 28 additions & 28 deletions traefik-hub/crds/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,31 +2,31 @@
kind: Kustomization
apiVersion: kustomize.config.k8s.io/v1beta1
resources:
- hub.traefik.io_accesscontrolpolicies.yaml
- hub.traefik.io_apiaccesses.yaml
- hub.traefik.io_apicollections.yaml
- hub.traefik.io_apigateways.yaml
- hub.traefik.io_apiportals.yaml
- hub.traefik.io_apiratelimits.yaml
- hub.traefik.io_apis.yaml
- hub.traefik.io_apiversions.yaml
- hub.traefik.io_edgeingresses.yaml
- hub.traefik.io_ingressclasses.yaml
- traefik.containo.us_ingressroutes.yaml
- traefik.containo.us_ingressroutetcps.yaml
- traefik.containo.us_ingressrouteudps.yaml
- traefik.containo.us_middlewares.yaml
- traefik.containo.us_middlewaretcps.yaml
- traefik.containo.us_serverstransports.yaml
- traefik.containo.us_tlsoptions.yaml
- traefik.containo.us_tlsstores.yaml
- traefik.containo.us_traefikservices.yaml
- traefik.io_ingressroutes.yaml
- traefik.io_ingressroutetcps.yaml
- traefik.io_ingressrouteudps.yaml
- traefik.io_middlewares.yaml
- traefik.io_middlewaretcps.yaml
- traefik.io_serverstransports.yaml
- traefik.io_tlsoptions.yaml
- traefik.io_tlsstores.yaml
- traefik.io_traefikservices.yaml
- hub.traefik.io_accesscontrolpolicies.yaml
- hub.traefik.io_apiaccesses.yaml
- hub.traefik.io_apicollections.yaml
- hub.traefik.io_apigateways.yaml
- hub.traefik.io_apiportals.yaml
- hub.traefik.io_apiratelimits.yaml
- hub.traefik.io_apis.yaml
- hub.traefik.io_apiversions.yaml
- hub.traefik.io_edgeingresses.yaml
- hub.traefik.io_ingressclasses.yaml
- traefik.containo.us_ingressroutes.yaml
- traefik.containo.us_ingressroutetcps.yaml
- traefik.containo.us_ingressrouteudps.yaml
- traefik.containo.us_middlewares.yaml
- traefik.containo.us_middlewaretcps.yaml
- traefik.containo.us_serverstransports.yaml
- traefik.containo.us_tlsoptions.yaml
- traefik.containo.us_tlsstores.yaml
- traefik.containo.us_traefikservices.yaml
- traefik.io_ingressroutes.yaml
- traefik.io_ingressroutetcps.yaml
- traefik.io_ingressrouteudps.yaml
- traefik.io_middlewares.yaml
- traefik.io_middlewaretcps.yaml
- traefik.io_serverstransports.yaml
- traefik.io_tlsoptions.yaml
- traefik.io_tlsstores.yaml
- traefik.io_traefikservices.yaml

0 comments on commit d591574

Please sign in to comment.