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 1465840 commit 156fd2cCopy full SHA for 156fd2c
build/haproxy_spec.yaml
@@ -681,6 +681,10 @@ definitions:
681
address:
682
pattern: ^[^\s]+$
683
type: string
684
+ alpn:
685
+ pattern: ^[^\s]+$
686
+ type: string
687
+ x-display-name: ALPN Protocols
688
name:
689
690
models/haproxy.yaml
@@ -486,6 +486,10 @@ bind:
486
x-dependency:
487
ssl:
488
value: true
489
490
491
492
+ pattern: '^[^\s]+$'
493
verify:
494
495
enum: [none, optional, required]
0 commit comments