We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c226119 commit 8de3fccCopy full SHA for 8de3fcc
build/haproxy_spec.yaml
@@ -269,7 +269,10 @@ definitions:
269
type: string
270
x-display-name: SSL Default Server Options
271
ssl_mode_async:
272
- type: boolean
+ enum:
273
+ - enabled
274
+ - disabled
275
+ type: string
276
x-display-name: Asynchronous TLS I/O operations
277
stats_timeout:
278
type: integer
models/configuration.yaml
@@ -59,7 +59,8 @@ global:
59
60
x-display-name: SSL Default Server Ciphersuites
61
62
63
+ enum: [enabled, disabled]
64
65
cpu_maps:
66
x-go-name: CPUMaps
0 commit comments