Skip to content

Commit

Permalink
fix(Traefik Hub): update CRDs to v1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mloiseleur authored Sep 3, 2024
1 parent 2aca15d commit ee3537a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 121 deletions.
18 changes: 0 additions & 18 deletions traefik/crds/hub.traefik.io_apiaccesses.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,16 +39,6 @@ spec:
spec:
description: The desired behavior of this APIAccess.
properties:
apiPlan:
description: APIPlan defines which APIPlan will be used.
properties:
name:
description: Name of the APIPlan.
maxLength: 253
type: string
required:
- name
type: object
apiSelector:
description: |-
APISelector selects the APIs that will be accessible to the configured audience.
Expand Down Expand Up @@ -141,14 +131,6 @@ spec:
maxItems: 100
type: array
type: object
weight:
description: Weight specifies the evaluation order of the plan.
type: integer
x-kubernetes-validations:
- message: must be a positive number
rule: self >= 0
required:
- apiPlan
type: object
x-kubernetes-validations:
- message: groups and everyone are mutually exclusive
Expand Down
103 changes: 0 additions & 103 deletions traefik/crds/hub.traefik.io_apiplans.yaml

This file was deleted.

0 comments on commit ee3537a

Please sign in to comment.