2021-03-03 14:32:04 +00:00
---
apiVersion : apiextensions.k8s.io/v1
kind : CustomResourceDefinition
metadata :
annotations :
2021-09-02 12:40:08 +00:00
controller-gen.kubebuilder.io/version : v0.6.2
2021-03-03 14:32:04 +00:00
creationTimestamp : null
name : ingressrouteudps.traefik.containo.us
spec :
group : traefik.containo.us
names :
kind : IngressRouteUDP
listKind : IngressRouteUDPList
plural : ingressrouteudps
singular : ingressrouteudp
scope : Namespaced
versions :
- name : v1alpha1
schema :
openAPIV3Schema :
2022-06-24 10:40:08 +00:00
description : IngressRouteUDP is a CRD implementation of a Traefik UDP Router.
2021-03-03 14:32:04 +00:00
properties :
apiVersion :
2021-05-05 15:50:04 +00:00
description : 'APIVersion defines the versioned schema of this representation
of an object. Servers should convert recognized schemas to the latest
internal value, and may reject unrecognized values. More info : https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources'
2021-03-03 14:32:04 +00:00
type : string
kind :
2021-05-05 15:50:04 +00:00
description : 'Kind is a string value representing the REST resource this
object represents. Servers may infer this from the endpoint the client
submits requests to. Cannot be updated. In CamelCase. More info : https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds'
2021-03-03 14:32:04 +00:00
type : string
metadata :
type : object
spec :
2022-06-24 10:40:08 +00:00
description : IngressRouteUDPSpec defines the desired state of a IngressRouteUDP.
2021-03-03 14:32:04 +00:00
properties :
entryPoints :
2022-06-24 10:40:08 +00:00
description : 'EntryPoints defines the list of entry point names to
bind to. Entry points have to be configured in the static configuration.
2022-06-29 15:38:37 +00:00
More info : https://doc.traefik.io/traefik/v2.8/routing/entrypoints/
2022-06-24 10:40:08 +00:00
Default : all.'
2021-03-03 14:32:04 +00:00
items :
type : string
type : array
routes :
2022-06-24 10:40:08 +00:00
description : Routes defines the list of routes.
2021-03-03 14:32:04 +00:00
items :
2022-06-24 10:40:08 +00:00
description : RouteUDP holds the UDP route configuration.
2021-03-03 14:32:04 +00:00
properties :
services :
2022-06-24 10:40:08 +00:00
description : Services defines the list of UDP services.
2021-03-03 14:32:04 +00:00
items :
2022-06-24 10:40:08 +00:00
description : ServiceUDP defines an upstream UDP service to
proxy traffic to.
2021-03-03 14:32:04 +00:00
properties :
name :
2022-06-24 10:40:08 +00:00
description : Name defines the name of the referenced Kubernetes
Service.
2021-03-03 14:32:04 +00:00
type : string
namespace :
2022-06-24 10:40:08 +00:00
description : Namespace defines the namespace of the referenced
Kubernetes Service.
2021-03-03 14:32:04 +00:00
type : string
port :
anyOf :
- type : integer
- type : string
2022-06-24 10:40:08 +00:00
description : Port defines the port of a Kubernetes Service.
This can be a reference to a named port.
2021-03-03 14:32:04 +00:00
x-kubernetes-int-or-string : true
weight :
2022-06-24 10:40:08 +00:00
description : Weight defines the weight used when balancing
requests between multiple Kubernetes Service.
2021-03-03 14:32:04 +00:00
type : integer
required :
- name
- port
type : object
type : array
type : object
type : array
required :
- routes
type : object
required :
- metadata
- spec
type : object
served : true
storage : true
status :
acceptedNames :
kind : ""
plural : ""
conditions : [ ]
storedVersions : [ ]