Skip to content

Commit

Permalink
add timeout&local-rate-limt annotations
Browse files Browse the repository at this point in the history
  • Loading branch information
johnlanni committed Nov 16, 2023
1 parent b204ad4 commit 1474270
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pkg/ingress/kube/annotations/annotations.go
Original file line number Diff line number Diff line change
Expand Up @@ -154,8 +154,10 @@ func NewAnnotationHandlerManager() AnnotationHandler {
rewrite{},
upstreamTLS{},
ipAccessControl{},
timeout{},
retry{},
loadBalance{},
localRateLimit{},
fallback{},
auth{},
destination{},
Expand All @@ -175,7 +177,9 @@ func NewAnnotationHandlerManager() AnnotationHandler {
redirect{},
rewrite{},
ipAccessControl{},
timeout{},
retry{},
localRateLimit{},
fallback{},
ignoreCaseMatching{},
match{},
Expand Down

0 comments on commit 1474270

Please sign in to comment.