update crds
This commit is contained in:
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user