From 5c8afdf6620f5be04f93124d071fd15382f6e594 Mon Sep 17 00:00:00 2001 From: bbiggerr Date: Mon, 18 May 2020 12:44:10 -0400 Subject: [PATCH] Add NodeBalancer check_path regex pattern --- openapi.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/openapi.yaml b/openapi.yaml index d2dfd9416..66829c3b5 100644 --- a/openapi.yaml +++ b/openapi.yaml @@ -16640,6 +16640,7 @@ components: example: 3 check_path: type: string + pattern: ^[a-zA-Z0-9\/\-%?&=.]*$ description: > The URL path to check on each backend. If the backend does not respond to this request it is considered to be down.