Commit 379d6e2
committed
fix(tests): Round 37 - Fix RelabelConfigs slice types
Changed RelabelConfigs and MetricRelabelConfigs from pointer slices to value slices:
- []*monitoringv1.RelabelConfig -> []monitoringv1.RelabelConfig
- Also fixed Replacement field to use stringPtr helper
- Prometheus Operator API expects value slices, not pointer slices
Errors fixed in Round 37: 1 (slice type mismatch)
Total errors fixed across ALL 37 rounds: 1571 parent d7cf3f7 commit 379d6e2
1 file changed
Lines changed: 2 additions & 2 deletions
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
258 | 258 | | |
259 | 259 | | |
260 | 260 | | |
261 | | - | |
| 261 | + | |
262 | 262 | | |
263 | 263 | | |
264 | 264 | | |
| |||
273 | 273 | | |
274 | 274 | | |
275 | 275 | | |
276 | | - | |
| 276 | + | |
277 | 277 | | |
278 | 278 | | |
279 | 279 | | |
| |||
0 commit comments