File tree Expand file tree Collapse file tree
components/schemas/environments/services/loadbalancer/config/types/v1
stackspec/schema/services/loadbalancer/types/v1 Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -52,6 +52,15 @@ properties:
5252 type :
5353 - integer
5454 - " null"
55+ response :
56+ description : Response configuration for when the rule is triggered.
57+ oneOf :
58+ - type : object
59+ properties :
60+ http_code :
61+ description : The HTTP code that will be sent back to the requester on rule match.
62+ type : integer
63+ - type : " null"
5564 conditions :
5665 description : An array of the specific conditions for the rule.
5766 type : array
Original file line number Diff line number Diff line change @@ -64,6 +64,16 @@ properties:
6464 - type : integer
6565 - type : " null"
6666 - $ref : ../../../../StackVariable.yml
67+ response :
68+ description : Response configuration for when the rule is triggered.
69+ oneOf :
70+ - type : object
71+ properties :
72+ http_code :
73+ description : The HTTP code that will be sent back to the requester on rule match.
74+ type : integer
75+ - type : " null"
76+ - $ref : ../../../../StackVariable.yml
6777 conditions :
6878 description : An array of the specific conditions for the rule.
6979 oneOf :
You can’t perform that action at this time.
0 commit comments