We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d517a9e commit 80b78f9Copy full SHA for 80b78f9
meta/runtime.yml
@@ -125,6 +125,10 @@ plugin_routing:
125
deprecation:
126
removal_version: "6.0.0"
127
warning_text: Filter, filter_null_configs, is no longer supported.
128
+ find_clusters:
129
+ deprecation:
130
+ removal_version: "6.0.0"
131
+ warning_text: Filter, find_clusters, is no longer supported.
132
action:
133
host_config:
134
plugins/filter/find_clusters.yml
@@ -4,5 +4,9 @@ DOCUMENTATION:
4
short_description: find_clusters
5
description: find_clusters
6
version_added: "3.0.3"
7
+ deprecated:
8
+ removed_in: "6.0.0"
9
+ alternative: none
10
+ why: No longer supported.
11
EXAMPLES:
12
RETURN:
0 commit comments