Update the k8s CRD documentation

This commit is contained in:
Traefiker Bot 2020-03-05 11:48:04 +01:00 committed by GitHub
parent 082fb166a2
commit 93a7af270f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 100 additions and 191 deletions

View file

@ -300,6 +300,7 @@ You can find an excerpt of the available custom resources in the table below:
| [IngressRouteTCP](#kind-ingressroutetcp) | TCP Routing | [TCP router](../routers/index.md#configuring-tcp-routers) |
| [IngressRouteUDP](#kind-ingressrouteudp) | UDP Routing | [UDP router](../routers/index.md#configuring-udp-routers) |
| [TLSOptions](#kind-tlsoption) | Allows to configure some parameters of the TLS connection | [TLSOptions](../../https/tls.md#tls-options) |
| [TLSStores](#kind-tlsstore) | Allows to configure the default TLS store | [TLSStores](../../https/tls.md#certificates-stores) |
### Kind: `IngressRoute`