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
- Annotation `+"`ssl-certificate` in config map"+`
55
+
- \<namespace\>/\<secret\>
56
+
- this replaces default certificate
57
+
- certificate can be defined in Ingress object: `+"`spec.tls[].secretName`"+`
58
+
- single certificate secret can contain two items:
59
+
- tls.key
60
+
- tls.crt
61
+
- certificate secret with `+"`rsa` and `ecdsa` certificates:"+`
62
+
- :information_source: only one certificate is also acceptable setup
63
+
- rsa.key
64
+
- rsa.crt
65
+
- ecdsa.key
66
+
- ecdsa.crt
67
+
68
+
### Data types
69
+
70
+
#### Port
71
+
72
+
- value between <0, 65535]
73
+
74
+
#### Sample expression
75
+
76
+
- Sample expressions/fetches are used to retrieve data from request/response buffer.
77
+
- Example:
78
+
- headers: `+"`hdr(header-name)`"+`
79
+
- cookies: `+"`cookie(cookie-name)`"+`
80
+
- Name of the cipher used to offload SSL: `+"`ssl_fc_cipher`"+`
81
+
- Sample expressions are covered in depth in [HAProxy documentation](https://cbonte.github.io/haproxy-dconv/2.0/configuration.html#7.3), however many are out of the ingress controller's scope.
- Annotation `+"`ssl-certificate` in config map"+`
62
-
- \<namespace\>/\<secret\>
63
-
- this replaces default certificate
64
-
- certificate can be defined in Ingress object: `+"`spec.tls[].secretName`"+`
65
-
- single certificate secret can contain two items:
66
-
- tls.key
67
-
- tls.crt
68
-
- certificate secret with `+"`rsa` and `ecdsa` certificates:"+`
69
-
- :information_source: only one certificate is also acceptable setup
70
-
- rsa.key
71
-
- rsa.crt
72
-
- ecdsa.key
73
-
- ecdsa.crt
74
-
75
-
### Data types
76
-
77
-
#### Port
78
-
79
-
- value between <0, 65535]
80
-
81
-
#### Sample expression
82
-
83
-
- Sample expressions/fetches are used to retrieve data from request/response buffer.
84
-
- Example:
85
-
- headers: `+"`hdr(header-name)`"+`
86
-
- cookies: `+"`cookie(cookie-name)`"+`
87
-
- Name of the cipher used to offload SSL: `+"`ssl_fc_cipher`"+`
88
-
- Sample expressions are covered in depth in [HAProxy documentation](https://cbonte.github.io/haproxy-dconv/2.0/configuration.html#7.3), however many are out of the ingress controller's scope.
89
-
90
-
#### Time
25
+
This is autogenerated from [doc.yaml](doc.yaml). Description can be found in [generator readme](gen/README.md)
0 commit comments