You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: docs/reference/ssl/kubernetes-with-cert-manager.md
+76
Original file line number
Diff line number
Diff line change
@@ -12,6 +12,7 @@ We will split this tutorial into two parts:
12
12
13
13
- 1.0 TLS for the Gateway
14
14
- 2.0 TLS and custom domains for your functions
15
+
- 3.0 REST-style API mapping for your functions
15
16
16
17
## 1.0 TLS for the Gateway
17
18
@@ -380,6 +381,81 @@ spec:
380
381
ingressType: "skipper"
381
382
```
382
383
384
+
## 3.0 REST-style API mapping for your functions
385
+
386
+
The FunctionIngress discussed above provides a simple way to create a custom URL mapping scheme for your functions. This is a common request from users, and means that you can map your functions into a REST-style API.
0 commit comments