Commit f3bb698
committed
fix: suppress NewSimpleClientset deprecation warning in tokengetter test
The fake.NewSimpleClientset is deprecated in client-go in favor of
fake.NewClientset which requires generated apply configurations.
Since this project doesn't currently generate apply configurations,
we suppress the deprecation warning with a nolint comment explaining
the situation.
This can be properly fixed once apply configurations are generated
for the project's API types.
Assisted-by: Cursor/Claude1 parent 349e568 commit f3bb698
File tree
1 file changed
+1
-0
lines changed- internal/operator-controller/authentication
1 file changed
+1
-0
lines changedLines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| 19 | + | |
19 | 20 | | |
20 | 21 | | |
21 | 22 | | |
| |||
0 commit comments