Skip to content

Commit 156fd2c

Browse files
committed
MINOR: bind: add alpn option to binds
1 parent 1465840 commit 156fd2c

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

build/haproxy_spec.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -681,6 +681,10 @@ definitions:
681681
address:
682682
pattern: ^[^\s]+$
683683
type: string
684+
alpn:
685+
pattern: ^[^\s]+$
686+
type: string
687+
x-display-name: ALPN Protocols
684688
name:
685689
pattern: ^[^\s]+$
686690
type: string

models/haproxy.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -486,6 +486,10 @@ bind:
486486
x-dependency:
487487
ssl:
488488
value: true
489+
alpn:
490+
type: string
491+
x-display-name: ALPN Protocols
492+
pattern: '^[^\s]+$'
489493
verify:
490494
type: string
491495
enum: [none, optional, required]

0 commit comments

Comments
 (0)