forked from envoyproxy/gateway
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: support JSONPatches for proxy bootstrap modifications (envoypro…
…xy#4116) * Modify the API to support expressing JSONPatches Signed-off-by: Lior Okman <lior.okman@sap.com> * Support JSONPatch in the bootstrap proxy flow Signed-off-by: Lior Okman <lior.okman@sap.com> * Accept JSONPatches in a YAML format for unit-tests to be consistent with other unit tests. Signed-off-by: Lior Okman <lior.okman@sap.com> * Reduce the runtime imports, move imports needed for tests into the test code. Signed-off-by: Lior Okman <lior.okman@sap.com> * Moved validation code that requires access to internal/xds out of the api/v1alpha1/validation package. Signed-off-by: Lior Okman <lior.okman@sap.com> * Cleanup and make the linter happy Signed-off-by: Lior Okman <lior.okman@sap.com> * Added another test for the JSONPatch code Signed-off-by: Lior Okman <lior.okman@sap.com> * Make the linter happy Signed-off-by: Lior Okman <lior.okman@sap.com> * More unit-tests. Signed-off-by: Lior Okman <lior.okman@sap.com> --------- Signed-off-by: Lior Okman <lior.okman@sap.com>
- Loading branch information
Showing
32 changed files
with
1,243 additions
and
333 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
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
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
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
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.