Commit 9a7db4c
authored
docs: replace deprecated match_config with match in tap filter examples (#43955)
## Summary
- Replace the deprecated `match_config` field with `match` in all 7 YAML
examples in the tap filter documentation
- `match_config` has been deprecated since v3.0 (see
`api/envoy/config/tap/v3/common.proto`)
- Both fields use the same `MatchPredicate` type so the YAML structure
is unchanged
Fixes #20190
Continues the work from #20194.
Risk Level: Low (docs only)
Testing: N/A
Docs Changes: Updated all tap filter examples
Release Notes: N/A
Signed-off-by: Kit <kit@kovan.dev>
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Signed-off-by: Kit <kit@kovan.dev>
Signed-off-by: kovan <xaum.io@gmail.com>1 parent aa354be commit 9a7db4c
1 file changed
Lines changed: 7 additions & 7 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
72 | 72 | | |
73 | 73 | | |
74 | 74 | | |
75 | | - | |
| 75 | + | |
76 | 76 | | |
77 | 77 | | |
78 | 78 | | |
| |||
99 | 99 | | |
100 | 100 | | |
101 | 101 | | |
102 | | - | |
| 102 | + | |
103 | 103 | | |
104 | 104 | | |
105 | 105 | | |
| |||
126 | 126 | | |
127 | 127 | | |
128 | 128 | | |
129 | | - | |
| 129 | + | |
130 | 130 | | |
131 | 131 | | |
132 | 132 | | |
| |||
141 | 141 | | |
142 | 142 | | |
143 | 143 | | |
144 | | - | |
| 144 | + | |
145 | 145 | | |
146 | 146 | | |
147 | 147 | | |
| |||
192 | 192 | | |
193 | 193 | | |
194 | 194 | | |
195 | | - | |
| 195 | + | |
196 | 196 | | |
197 | 197 | | |
198 | 198 | | |
| |||
227 | 227 | | |
228 | 228 | | |
229 | 229 | | |
230 | | - | |
| 230 | + | |
231 | 231 | | |
232 | 232 | | |
233 | 233 | | |
| |||
267 | 267 | | |
268 | 268 | | |
269 | 269 | | |
270 | | - | |
| 270 | + | |
271 | 271 | | |
272 | 272 | | |
273 | 273 | | |
| |||
0 commit comments