-
Notifications
You must be signed in to change notification settings - Fork 689
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
internal/envoy: use typed config for all extensions (#4487)
Uses typed config for all extensions to remove reliance on well-known names or internal type URL constants. Signed-off-by: Steve Kriss <krisss@vmware.com>
- Loading branch information
Showing
5 changed files
with
136 additions
and
201 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
Use typed config for all Envoy extensions in place of well-known names or internal type URL constants, for consistency and forwards-compatibility. |
This file contains 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
Oops, something went wrong.