docs: add QuotaPolicy capability guide#1947
Open
missBerg wants to merge 5 commits intoenvoyproxy:mainfrom
Open
docs: add QuotaPolicy capability guide#1947missBerg wants to merge 5 commits intoenvoyproxy:mainfrom
missBerg wants to merge 5 commits intoenvoyproxy:mainfrom
Conversation
|
Related Documentation 9 document(s) may need updating based on files changed in this PR: Envoy's Space index
|
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> Signed-off-by: Erica Hughberg <erica.sundberg.90@gmail.com>
39cd2e2 to
d717bc6
Compare
Add QuotaPolicy to capabilities index and cross-reference from the usage-based rate limiting page to help users discover and distinguish the two token management mechanisms. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> Signed-off-by: Erica Hughberg <erica.sundberg.90@gmail.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> Signed-off-by: Erica Hughberg <erica.sundberg.90@gmail.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Adds comprehensive documentation for the QuotaPolicy CRD, which was fully implemented
but had no user-facing documentation. Covers service-wide quotas, per-model quotas,
CEL cost expressions, Exclusive vs Shared bucket modes, client-selector based bucket rules,
shadow mode, and duration format. Follows the structure of existing traffic capability guides.
Distinguishes QuotaPolicy (total consumption budgets) from rate limiting (request velocity)
to help adopters choose the right mechanism.
Related Issues/PRs (if applicable)
Related #1571
Special notes for reviewers (if applicable)
All field definitions and semantics sourced from
api/v1alpha1/quota_policy.goGoDoc comments.Includes complete, copy-pasteable YAML examples for every configuration option.