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 2887d2d commit 34bc02aCopy full SHA for 34bc02a
build/haproxy_spec.yaml
@@ -819,6 +819,16 @@ definitions:
819
minimum: 0
820
type: integer
821
x-nullable: true
822
+ send-proxy:
823
+ enum:
824
+ - enabled
825
+ - disabled
826
+ type: string
827
+ send-proxy-v2:
828
829
830
831
832
ssl:
833
enum:
834
- enabled
models/haproxy.yaml
@@ -567,6 +567,12 @@ server:
567
on-marked-up:
568
type: string
569
enum: [shutdown-backup-sessions]
570
571
572
+ enum: [enabled, disabled]
573
574
575
576
577
578
enum: [enabled, disabled]
0 commit comments