From b88832427bd4621d03fe4bc355be29c1be0e1d0a Mon Sep 17 00:00:00 2001 From: "data-plane-api(Azure Pipelines)" Date: Wed, 5 Apr 2023 17:00:07 +0000 Subject: [PATCH] build: moving filesystem subscription (#26521) Risk Level: low Testing: n/a Docs Changes: n/a Release Notes: inline #26450 Signed-off-by: Alyssa Wilk Mirrored from https://github.com/envoyproxy/envoy @ a75b99df543f7ccb9f562fd6abcd3173eaa445b5 --- envoy/config/core/v3/config_source.proto | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/envoy/config/core/v3/config_source.proto b/envoy/config/core/v3/config_source.proto index 3277fdf2..d7b68a9a 100644 --- a/envoy/config/core/v3/config_source.proto +++ b/envoy/config/core/v3/config_source.proto @@ -285,3 +285,11 @@ message ExtensionConfigSource { // A placeholder proto for the registration for the REST subscription implementation. message RestSubscription { } + +// A placeholder proto for the registration for the filesystem subscription implementation. +message FilesystemSubscription { +} + +// A placeholder proto for the registration for the filesystem collection subscription implementation. +message FilesystemCollectionSubscription { +}