Skip to content

Commit bbfefa3

Browse files
committed
BUG/MINOR: server: remove x-nullable
Removed x-nullable from on-marked-down, on-marked-up and on-error options in server.
1 parent 527d6db commit bbfefa3

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

build/haproxy_spec.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -759,17 +759,14 @@ definitions:
759759
- sudden-death
760760
- mark-down
761761
type: string
762-
x-nullable: true
763762
on-marked-down:
764763
enum:
765764
- shutdown-sessions
766765
type: string
767-
x-nullable: true
768766
on-marked-up:
769767
enum:
770768
- shutdown-backup-sessions
771769
type: string
772-
x-nullable: true
773770
port:
774771
maximum: 65535
775772
minimum: 0

models/haproxy.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -515,15 +515,12 @@ server:
515515
on-error:
516516
type: string
517517
enum: [fastinter, fail-check, sudden-death, mark-down]
518-
x-nullable: true
519518
on-marked-down:
520519
type: string
521520
enum: [shutdown-sessions]
522-
x-nullable: true
523521
on-marked-up:
524522
type: string
525523
enum: [shutdown-backup-sessions]
526-
x-nullable: true
527524
ssl:
528525
type: string
529526
enum: [enabled, disabled]

0 commit comments

Comments
 (0)