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 <[email protected]> * improve eg validation and add resource provider interface for various provider Signed-off-by: shawnh2 <[email protected]> * extract common gatewayapi layer translate logic in egctl translate Signed-off-by: shawnh2 <[email protected]> * add notifier support Signed-off-by: shawnh2 <[email protected]> * fix lint and move read yaml bytes function back to translate Signed-off-by: shawnh2 <[email protected]> * add resources store support Signed-off-by: shawnh2 <[email protected]> * fix lint Signed-off-by: shawnh2 <[email protected]> * fix ci Signed-off-by: shawnh2 <[email protected]> * update infra provider api and address comments Signed-off-by: shawnh2 <[email protected]> * update custom provider comments and validate method test Signed-off-by: shawnh2 <[email protected]> * restore extension manager and add health probe server for file provider Signed-off-by: shawnh2 <[email protected]> * update envoy gateway helper functions Signed-off-by: shawnh2 <[email protected]> * add some unit tests Signed-off-by: shawnh2 <[email protected]> * properly handle the remove event for the file provider Signed-off-by: shawnh2 <[email protected]> * fix lint Signed-off-by: shawnh2 <[email protected]> * no default to k8s for infra provider Signed-off-by: shawnh2 <[email protected]> * fix runner Signed-off-by: shawnh2 <[email protected]> --------- Signed-off-by: shawnh2 <[email protected]> Co-authored-by: Xunzhuo <[email protected]>
- 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.