Support recursive subdirectories for file-provider #4689
Labels
area/api
API-related issues
area/provider
area/standalone
Issues related to the standalone mode
help wanted
Extra attention is needed
kind/enhancement
New feature or request
Description:
Currently, the
paths
in file-provider does not support watch any recursive subdirectories:gateway/api/v1alpha1/envoygateway_types.go
Line 308 in 2c98617
It has been noted that each backend service related configs can be put in separate directory, but instead of watching all these directories, we can treat them as subdirectories of a root dir, and only watching this root dir.
[optional Relevant Links:]
Discussed in https://envoyproxy.slack.com/archives/C03E6NHLESV/p1731083390060779?thread_ts=1731035129.484099&cid=C03E6NHLESV
The text was updated successfully, but these errors were encountered: