-
Notifications
You must be signed in to change notification settings - Fork 42
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Switch extension config file based on languages #125
Conversation
Signed-off-by: Takeshi Yoneda <takeshi@tetrate.io>
Signed-off-by: Takeshi Yoneda <takeshi@tetrate.io>
Signed-off-by: Takeshi Yoneda <takeshi@tetrate.io>
Signed-off-by: Takeshi Yoneda <takeshi@tetrate.io>
Signed-off-by: Takeshi Yoneda <takeshi@tetrate.io>
@yskopets, @arkodg, @musaprg @nullpo-head PTAL when you have time 🙂 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hey!
I'd like to ask to avoid interpreting the contents of extension.txt
in getenvoy
. What's inside that file should be completely up to extension developers.
Sorry if I wasn't clear earlier.
.../example/runtime/configdir/testdata/workspace8/expected/getenvoy_extension_run/extension.txt
Outdated
Show resolved
Hide resolved
data/example/init/templates/envoy.access_loggers/default/README.md
Outdated
Show resolved
Hide resolved
data/example/init/templates/envoy.filters.http/default/README.md
Outdated
Show resolved
Hide resolved
data/example/init/templates/envoy.filters.network/default/README.md
Outdated
Show resolved
Hide resolved
...example/runtime/configdir/testdata/workspace1/expected/getenvoy_extension_run/extension.json
Outdated
Show resolved
Hide resolved
Signed-off-by: Takeshi Yoneda <takeshi@tetrate.io>
Now I understand your earlier comment. Thanks. On it. |
Signed-off-by: Takeshi Yoneda <takeshi@tetrate.io>
Signed-off-by: Takeshi Yoneda <takeshi@tetrate.io>
Signed-off-by: Takeshi Yoneda <takeshi@tetrate.io>
@yskopets PTAL! |
Signed-off-by: Takeshi Yoneda <takeshi@tetrate.io>
data/extension/init/templates/tinygo/envoy.access_loggers/default/main.go
Outdated
Show resolved
Hide resolved
data/extension/init/templates/tinygo/envoy.filters.http/default/main.go
Outdated
Show resolved
Hide resolved
data/extension/init/templates/tinygo/envoy.filters.network/default/main.go
Outdated
Show resolved
Hide resolved
Signed-off-by: Takeshi Yoneda <takeshi@tetrate.io>
Signed-off-by: Takeshi Yoneda takeshi@tetrate.io
ref #124