File tree Expand file tree Collapse file tree 1 file changed +25
-0
lines changed
Expand file tree Collapse file tree 1 file changed +25
-0
lines changed Original file line number Diff line number Diff line change 51175117 }
51185118 }
51195119 },
5120+ "config.GatewayAPIConfig" : {
5121+ "type" : " object" ,
5122+ "properties" : {
5123+ "enabled" : {
5124+ "type" : " boolean"
5125+ }
5126+ }
5127+ },
51205128 "config.IstioConfig" : {
51215129 "type" : " object" ,
51225130 "properties" : {
51655173 }
51665174 }
51675175 },
5176+ "config.QueryParamRoutingConfig" : {
5177+ "type" : " object" ,
5178+ "properties" : {
5179+ "enabled" : {
5180+ "type" : " boolean"
5181+ },
5182+ "paramName" : {
5183+ "type" : " string"
5184+ }
5185+ }
5186+ },
51685187 "config.RoutingConfig" : {
51695188 "type" : " object" ,
51705189 "properties" : {
51745193 "type" : " string"
51755194 }
51765195 },
5196+ "gatewayAPI" : {
5197+ "$ref" : " #/definitions/config.GatewayAPIConfig"
5198+ },
51775199 "iptablesMode" : {
51785200 "type" : " string"
51795201 },
51825204 },
51835205 "linkerd" : {
51845206 "$ref" : " #/definitions/config.LinkerdConfig"
5207+ },
5208+ "queryParamRouting" : {
5209+ "$ref" : " #/definitions/config.QueryParamRoutingConfig"
51855210 }
51865211 }
51875212 },
You can’t perform that action at this time.
0 commit comments