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: add file resource provider for EG standalone mode (envoyproxy#3159
) * add validations for envoy-gateway file resource type Signed-off-by: shawnh2 <shawnhxh@outlook.com> * improve eg validation and add resource provider interface for various provider Signed-off-by: shawnh2 <shawnhxh@outlook.com> * extract common gatewayapi layer translate logic in egctl translate Signed-off-by: shawnh2 <shawnhxh@outlook.com> * add notifier support Signed-off-by: shawnh2 <shawnhxh@outlook.com> * fix lint and move read yaml bytes function back to translate Signed-off-by: shawnh2 <shawnhxh@outlook.com> * add resources store support Signed-off-by: shawnh2 <shawnhxh@outlook.com> * fix lint Signed-off-by: shawnh2 <shawnhxh@outlook.com> * fix ci Signed-off-by: shawnh2 <shawnhxh@outlook.com> * update infra provider api and address comments Signed-off-by: shawnh2 <shawnhxh@outlook.com> * update custom provider comments and validate method test Signed-off-by: shawnh2 <shawnhxh@outlook.com> * restore extension manager and add health probe server for file provider Signed-off-by: shawnh2 <shawnhxh@outlook.com> * update envoy gateway helper functions Signed-off-by: shawnh2 <shawnhxh@outlook.com> * add some unit tests Signed-off-by: shawnh2 <shawnhxh@outlook.com> * properly handle the remove event for the file provider Signed-off-by: shawnh2 <shawnhxh@outlook.com> * fix lint Signed-off-by: shawnh2 <shawnhxh@outlook.com> * no default to k8s for infra provider Signed-off-by: shawnh2 <shawnhxh@outlook.com> * fix runner Signed-off-by: shawnh2 <shawnhxh@outlook.com> --------- Signed-off-by: shawnh2 <shawnhxh@outlook.com> Co-authored-by: Xunzhuo <bitliu@tencent.com>
- Loading branch information
Showing
26 changed files
with
1,330 additions
and
125 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
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
Oops, something went wrong.