Skip to content

Commit

Permalink
more
Browse files Browse the repository at this point in the history
Signed-off-by: Takeshi Yoneda <[email protected]>
  • Loading branch information
mathetake committed Dec 20, 2024
1 parent 82547d8 commit 5a89b8a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions api/v1alpha1/ratelimit_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,8 @@ type RateLimitRule struct {
//
// This is optional and if not specified, the rate limit counters are not reduced.
//
// Currently, this is only supported for HTTP Global Rate Limits.
//
// +optional
UsageSpecifier *RateLimitUsageSpecifier

Check failure on line 104 in api/v1alpha1/ratelimit_types.go

View workflow job for this annotation

GitHub Actions / coverage-test

encountered struct field "UsageSpecifier" without JSON tag in type "RateLimitRule"

Check failure on line 104 in api/v1alpha1/ratelimit_types.go

View workflow job for this annotation

GitHub Actions / gen-check

encountered struct field "UsageSpecifier" without JSON tag in type "RateLimitRule"
}
Expand Down

0 comments on commit 5a89b8a

Please sign in to comment.