Commit b29105c
feat: Superset Listener integration (#625)
* add volume, volumeMount for listener
* added integration test
* changelog and docs
* use opaque string for listener_class and persist address for all listener classes
* fix tests (use exsting service, avoid name clash)
* use test ns-specific listener classes and simplify config use
* Update rust/operator-binary/src/crd/mod.rs
Co-authored-by: Nick <[email protected]>
* Update rust/operator-binary/src/superset_controller.rs
Co-authored-by: Nick <[email protected]>
* Update rust/operator-binary/src/superset_controller.rs
Co-authored-by: Nick <[email protected]>
* fixed typo/formatting
* fixed inconsistency in docs
* changelog entry marked as breaking
* Update rust/operator-binary/src/crd/mod.rs
Co-authored-by: Nick <[email protected]>
* Update rust/operator-binary/src/superset_controller.rs
Co-authored-by: Nick <[email protected]>
* Update rust/operator-binary/src/superset_controller.rs
Co-authored-by: Nick <[email protected]>
* use to_owned for showing intention
* changes in line with decision 51: metrics exposed separately, no extra suffix for node service
---------
Co-authored-by: Nick <[email protected]>1 parent 1be722b commit b29105c
File tree
22 files changed
+443
-206
lines changed- deploy/helm/superset-operator
- crds
- templates
- docs/modules/superset/pages/usage-guide
- rust/operator-binary/src
- crd
- tests
- templates/kuttl
- external-access
- opa
- resources
- smoke
22 files changed
+443
-206
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| 11 | + | |
11 | 12 | | |
12 | 13 | | |
13 | 14 | | |
| |||
31 | 32 | | |
32 | 33 | | |
33 | 34 | | |
| 35 | + | |
34 | 36 | | |
35 | 37 | | |
36 | 38 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
129 | 129 | | |
130 | 130 | | |
131 | 131 | | |
132 | | - | |
133 | | - | |
134 | | - | |
135 | | - | |
136 | | - | |
137 | | - | |
138 | | - | |
139 | | - | |
140 | | - | |
141 | | - | |
142 | | - | |
143 | | - | |
144 | | - | |
145 | | - | |
146 | | - | |
147 | | - | |
148 | | - | |
149 | 132 | | |
150 | 133 | | |
151 | 134 | | |
| |||
251 | 234 | | |
252 | 235 | | |
253 | 236 | | |
| 237 | + | |
| 238 | + | |
| 239 | + | |
| 240 | + | |
254 | 241 | | |
255 | 242 | | |
256 | 243 | | |
| |||
479 | 466 | | |
480 | 467 | | |
481 | 468 | | |
| 469 | + | |
| 470 | + | |
| 471 | + | |
| 472 | + | |
482 | 473 | | |
483 | 474 | | |
484 | 475 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
125 | 125 | | |
126 | 126 | | |
127 | 127 | | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
128 | 139 | | |
129 | 140 | | |
130 | 141 | | |
| |||
Lines changed: 7 additions & 10 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
6 | | - | |
7 | | - | |
8 | | - | |
9 | | - | |
10 | | - | |
| 5 | + | |
| 6 | + | |
11 | 7 | | |
12 | 8 | | |
13 | 9 | | |
14 | 10 | | |
15 | | - | |
16 | | - | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
17 | 14 | | |
18 | | - | |
| 15 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
20 | | - | |
| 19 | + | |
21 | 20 | | |
22 | 21 | | |
23 | 22 | | |
| |||
48 | 47 | | |
49 | 48 | | |
50 | 49 | | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
51 | 58 | | |
52 | 59 | | |
53 | 60 | | |
| |||
57 | 64 | | |
58 | 65 | | |
59 | 66 | | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
60 | 73 | | |
61 | 74 | | |
62 | 75 | | |
| |||
157 | 170 | | |
158 | 171 | | |
159 | 172 | | |
160 | | - | |
161 | | - | |
162 | | - | |
163 | | - | |
164 | | - | |
165 | | - | |
166 | | - | |
167 | | - | |
168 | | - | |
169 | | - | |
170 | | - | |
171 | | - | |
172 | | - | |
173 | | - | |
174 | 173 | | |
175 | 174 | | |
176 | 175 | | |
| |||
224 | 223 | | |
225 | 224 | | |
226 | 225 | | |
227 | | - | |
228 | | - | |
229 | | - | |
230 | | - | |
231 | | - | |
232 | | - | |
233 | | - | |
234 | | - | |
235 | | - | |
236 | 226 | | |
237 | | - | |
238 | | - | |
239 | | - | |
240 | | - | |
241 | | - | |
| 227 | + | |
| 228 | + | |
| 229 | + | |
242 | 230 | | |
243 | 231 | | |
244 | 232 | | |
| |||
406 | 394 | | |
407 | 395 | | |
408 | 396 | | |
409 | | - | |
410 | | - | |
411 | | - | |
412 | | - | |
413 | | - | |
414 | | - | |
415 | | - | |
416 | | - | |
417 | | - | |
418 | | - | |
419 | | - | |
420 | | - | |
421 | 397 | | |
422 | 398 | | |
423 | 399 | | |
| |||
440 | 416 | | |
441 | 417 | | |
442 | 418 | | |
| 419 | + | |
443 | 420 | | |
444 | 421 | | |
445 | 422 | | |
| |||
505 | 482 | | |
506 | 483 | | |
507 | 484 | | |
| 485 | + | |
| 486 | + | |
| 487 | + | |
| 488 | + | |
| 489 | + | |
| 490 | + | |
| 491 | + | |
508 | 492 | | |
509 | 493 | | |
510 | 494 | | |
511 | 495 | | |
512 | 496 | | |
513 | 497 | | |
514 | | - | |
515 | | - | |
516 | | - | |
517 | | - | |
518 | | - | |
519 | 498 | | |
520 | 499 | | |
521 | 500 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
55 | | - | |
56 | 55 | | |
57 | 56 | | |
58 | 57 | | |
| |||
0 commit comments