update crds

This commit is contained in:
2026-06-17 14:56:34 +01:00
parent 8e57124a0c
commit 3a8c946438
62 changed files with 3942 additions and 400 deletions
@@ -16,12 +16,16 @@
"description": "IngressRouteUDPSpec defines the desired state of a IngressRouteUDP.",
"properties": {
"entryPoints": {
"description": "EntryPoints defines the list of entry point names to bind to.\nEntry points have to be configured in the static configuration.\nMore info: https://doc.traefik.io/traefik/v3.6/reference/install-configuration/entrypoints/\nDefault: all.",
"description": "EntryPoints defines the list of entry point names to bind to.\nEntry points have to be configured in the static configuration.\nMore info: https://doc.traefik.io/traefik/v3.7/reference/install-configuration/entrypoints/\nDefault: all.",
"items": {
"type": "string"
},
"type": "array"
},
"ingressClassName": {
"description": "IngressClassName defines the name of the IngressClass cluster resource.",
"type": "string"
},
"routes": {
"description": "Routes defines the list of routes.",
"items": {