From 35a6f889a90147e29a9001531d1a100d705a21c5 Mon Sep 17 00:00:00 2001 From: "data-plane-api(Azure Pipelines)" Date: Tue, 2 May 2023 13:46:27 +0000 Subject: [PATCH] config: moving grpc subscriptions to extensions (#26742) Risk Level: low Testing: n/a Docs Changes: inline Release Notes: n/a Signed-off-by: Alyssa Wilk Mirrored from https://github.com/envoyproxy/envoy @ 522f0551adf70a9fa27edf7088de0c6d2d14d63f --- envoy/config/core/v3/config_source.proto | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/envoy/config/core/v3/config_source.proto b/envoy/config/core/v3/config_source.proto index d7b68a9a..c1293013 100644 --- a/envoy/config/core/v3/config_source.proto +++ b/envoy/config/core/v3/config_source.proto @@ -281,15 +281,3 @@ message ExtensionConfigSource { // if they do not match any type URL in the set. repeated string type_urls = 4 [(validate.rules).repeated = {min_items: 1}]; } - -// 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 { -}