https://github.com/traefik/hub-crds
Traefik Hub CRDs
https://github.com/traefik/hub-crds
traefik-hub
Last synced: about 1 year ago
JSON representation
Traefik Hub CRDs
- Host: GitHub
- URL: https://github.com/traefik/hub-crds
- Owner: traefik
- License: apache-2.0
- Created: 2023-11-10T10:25:37.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-10T08:14:51.000Z (about 2 years ago)
- Last Synced: 2024-06-10T10:10:10.018Z (about 2 years ago)
- Topics: traefik-hub
- Language: Go
- Homepage: https://hub.traefik.io
- Size: 226 KB
- Stars: 1
- Watchers: 9
- Forks: 9
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Traefik Hub CRDs
This repository contains the custom resource definitions (CRD) for [Traefik Hub](https://traefik.io/traefik-hub/).
Group: `hub.traefik.io`
Supported CRDs:
| Name | Version |
|---------------------|----------|
| APIPortal | v1alpha1 |
| APIPlan | v1alpha1 |
| APICatalogItem | v1alpha1 |
| APIBundle | v1alpha1 |
| API | v1alpha1 |
| APIVersion | v1alpha1 |
| ManagedSubscription | v1alpha1 |
Deprecated CRDs:
| Name | Version |
|---------------------|----------|
| AccessControlPolicy | v1alpha1 |
| APIRateLimit | v1alpha1 |
The YAML manifests can be found in `hub/crd` and are built from `hub/v1alpha1/*.go`.
## Generate CRD manifests, client-sets, listers and informers
```shell
$> make build
```