-
Notifications
You must be signed in to change notification settings - Fork 350
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
reuse filewatcher #4475
base: main
Are you sure you want to change the base?
reuse filewatcher #4475
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #4475 +/- ##
==========================================
+ Coverage 65.74% 66.21% +0.46%
==========================================
Files 210 208 -2
Lines 31516 31329 -187
==========================================
+ Hits 20721 20743 +22
+ Misses 9598 9390 -208
+ Partials 1197 1196 -1 ☔ View full report in Codecov by Sentry. |
cc @shawnh2 PTAL |
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.
Done some test, seems running envoy-gateway server -c config.yaml
with config.yaml
:
apiVersion: gateway.envoyproxy.io/v1alpha1
kind: EnvoyGateway
gateway:
controllerName: gateway.envoyproxy.io/gatewayclass-controller
provider:
type: Custom
custom:
resource:
type: File
file:
paths: ["test/"]
logging:
level:
default: info
cannot catch any modifications (like vim, echo etc) under the paths
.
dba2ee1
to
be0419e
Compare
Signed-off-by: zirain <[email protected]>
Signed-off-by: zirain <[email protected]>
2fb121e
to
242d305
Compare
@shawnh2 can you review and test this again? |
filewatcher
packageutil