Skip to content

Commit

Permalink
Sync APIs. @tag-name=gloo-v1.18.9 (#1421)
Browse files Browse the repository at this point in the history
Co-authored-by: soloio-bot <[email protected]>
  • Loading branch information
soloio-bot and soloio-bot authored Feb 20, 2025
1 parent b018fe1 commit adb6abf
Show file tree
Hide file tree
Showing 2 changed files with 58 additions and 66 deletions.
3 changes: 0 additions & 3 deletions api/gloo/gloo/v1/enterprise/options/ai/ai.proto
Original file line number Diff line number Diff line change
Expand Up @@ -646,7 +646,6 @@ message AIPromptGuard {
message HeaderMatch {
// The header string match type.
enum MatchType {
option allow_alias = true;
// The string must match exactly the specified string.
EXACT = 0;
// The string must have the specified prefix.
Expand All @@ -657,8 +656,6 @@ message AIPromptGuard {
CONTAINS = 3;
// The string must match the specified [RE2-style regular expression](https://github.com/google/re2/wiki/) pattern.
REGEX = 4;
// Do not use. Use `REGEX` (fully capitalized) instead.
regex = 4;
}
// The header key string to match against.
string key = 1;
Expand Down
121 changes: 58 additions & 63 deletions pkg/api/gloo.solo.io/v1/enterprise/options/ai/ai.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit adb6abf

Please sign in to comment.