Adds slowstart parameter to dataplaneapi-specification. These patches add slowstart to dataplaneapi-specification. Sry for duplicate, this replaces previous mail with one mail per patch and patch included.
>From a02f7bef4ae6624eeaa916294e896c7af73b451a Mon Sep 17 00:00:00 2001 From: Stefan Scheglmann <scheglm...@strato.de> Date: Thu, 30 Apr 2020 12:51:42 +0200 Subject: [PATCH] MINOR: servers: adds slowstart parameter --- build/haproxy_spec.yaml | 3 +++ models/configuration.yaml | 3 +++ 2 files changed, 6 insertions(+) diff --git a/build/haproxy_spec.yaml b/build/haproxy_spec.yaml index ec84626..b5d2c8d 100644 --- a/build/haproxy_spec.yaml +++ b/build/haproxy_spec.yaml @@ -1050,6 +1050,9 @@ definitions: - enabled - disabled type: string + slowstart: + pattern: ^[1-9][0-9]*(us|ms|s|m|h|d)$ + type: string sni: pattern: ^[^\s]+$ type: string diff --git a/models/configuration.yaml b/models/configuration.yaml index 9e6c238..3fbaf8e 100644 --- a/models/configuration.yaml +++ b/models/configuration.yaml @@ -798,6 +798,9 @@ server: send-proxy-v2: type: string enum: [enabled, disabled] + slowstart: + type: string + pattern: '^[1-9][0-9]*(us|ms|s|m|h|d)$' sni: type: string pattern: '^[^\s]+$' -- 2.20.1 (Apple Git-117) -- Kind regards, Stefan Scheglmann PAAS Developer E-mail scheglm...@strato.de Website www.strato.com STRATO AG | Pascalstraße 10 | 10587 Berlin | Germany The mandatory information can be found here https://www.strato-hosting.co.uk/imprint/