Commit 4ea6d99
hack: Update controller-gen to v0.19.0
With go1.25, there's a breaking change[1] from golang.org/x/tools
pulled in by controller tools for which a fix is available in either
v0.24.1 (and above) or v0.25.1 (and above). This minimum version of
golang.org/x/tools is only included from controller tools v0.16.4.
We make use of this opportunity to fetch the latest version.
Since `spec.network.publish` property is marked as required for
SmbCommonConfig we make it explicit while creating the custom
resource in scheduling_test.go to avoid any mising value errors.
[1] golang/go#74462
Signed-off-by: Anoop C S <[email protected]>1 parent 507dd40 commit 4ea6d99
2 files changed
+7
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
39 | | - | |
| 39 | + | |
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
193 | 193 | | |
194 | 194 | | |
195 | 195 | | |
| 196 | + | |
| 197 | + | |
| 198 | + | |
196 | 199 | | |
197 | 200 | | |
198 | 201 | | |
| |||
274 | 277 | | |
275 | 278 | | |
276 | 279 | | |
| 280 | + | |
| 281 | + | |
| 282 | + | |
277 | 283 | | |
278 | 284 | | |
279 | 285 | | |
| |||
0 commit comments