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

chore: update CRDs to v1.3.1 #104

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 20 additions & 0 deletions traefik-hub/crds/hub.traefik.io_apis.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,26 @@ spec:
type: object
maxItems: 100
type: array
override:
description: Override holds data used to override OpenAPI specification.
properties:
servers:
items:
properties:
url:
type: string
x-kubernetes-validations:
- message: must be a valid URL
rule: isURL(self)
required:
- url
type: object
maxItems: 100
minItems: 1
type: array
required:
- servers
type: object
path:
description: Path specifies the endpoint path within the Kubernetes
Service where the OpenAPI specification can be obtained. The
Expand Down
20 changes: 20 additions & 0 deletions traefik-hub/crds/hub.traefik.io_apiversions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,26 @@ spec:
type: object
maxItems: 100
type: array
override:
description: Override holds data used to override OpenAPI specification.
properties:
servers:
items:
properties:
url:
type: string
x-kubernetes-validations:
- message: must be a valid URL
rule: isURL(self)
required:
- url
type: object
maxItems: 100
minItems: 1
type: array
required:
- servers
type: object
path:
description: Path specifies the endpoint path within the Kubernetes
Service where the OpenAPI specification can be obtained. The
Expand Down