This repository has been archived by the owner on Jul 11, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 276
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ref(pkg/injector): use XDS structs for envoy bootstrap config
Updates the envoy bootstrap config to be constucted using XDS structs directly instead of maps. The XDS objects are marshalled to JSON and then to YAML. Using the XDS structs directly will help ensure the objects are configured correctly and all required fields are set. Additionally, this change will make it easier to to enforce the use of the same api version across the injector and controller. Signed-off-by: Jackie Elliott <[email protected]>
- Loading branch information
Showing
21 changed files
with
612 additions
and
320 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
Oops, something went wrong.