Commit df9b5df
committed
improve: remove sealess type change
The curret implementation changed the underlying type, what is not we expect when passing an instance
will create issues when some compares GVKs that are first passed then read.
On the other hand if the user passes an instance of GVKP just can casr back.
Signed-off-by: Attila Mészáros <a_meszaros@apple.com>1 parent e764a11 commit df9b5df
File tree
1 file changed
+2
-2
lines changed- operator-framework-core/src/main/java/io/javaoperatorsdk/operator/processing/dependent/kubernetes
1 file changed
+2
-2
lines changedLines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
| 30 | + | |
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
0 commit comments