Skip to content

Commit

Permalink
swap enum values tomatch envoy.
Browse files Browse the repository at this point in the history
  • Loading branch information
jmurret committed Jan 3, 2024
1 parent e08992a commit 9e4305e
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
24 changes: 12 additions & 12 deletions proto-public/pbmesh/v2beta1/pbproxystate/header_mutations.pb.go

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

Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,6 @@ message Header {
enum AppendAction {
// buf:lint:ignore ENUM_ZERO_VALUE_SUFFIX
APPEND_ACTION_APPEND_IF_EXISTS_OR_ADD = 0;
APPEND_ACTION_OVERWRITE_IF_EXISTS_OR_ADD = 1;
APPEND_ACTION_ADD_IF_ABSENT = 2;
APPEND_ACTION_ADD_IF_ABSENT = 1;
APPEND_ACTION_OVERWRITE_IF_EXISTS_OR_ADD = 2;
}

0 comments on commit 9e4305e

Please sign in to comment.