The RateLimitPolicy objects which target a route object have the information of the gateway level rate limit configuration. Does not apply to RLPs targeting a gateway
status.gatewaysRateLimits list (one item per gateway the route points to) the rate limit configurations from the RLP's targeting gateways. It includes the name of the gateway for reference.
what
The RateLimitPolicy objects which target a route object have the information of the gateway level rate limit configuration. Does not apply to RLPs targeting a gateway
status.gatewaysRateLimits
list (one item per gateway the route points to) the rate limit configurations from the RLP's targeting gateways. It includes the name of the gateway for reference.verification steps
Setup env
Deploy toystore example deployment
Create HTTPRoute to configure routing to the toystore service
Rate limiting
toystore
HTTPRoute trafficRateLimitPolicy applied for the
toystore
HTTPRoute.RateLimitPolicy applied for the Gateway.
Check route level RLP
toystore
has the info of the rate limiting applied at the gateway levelUpdate configuration from the gateway level policy. Only one rate limit object and change
maxValue
from 25 to 100.Check route level RLP
toystore
has the info of the gateway rate limiting updated