You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
improve: mapping from annotation depends on type (#2606)
* improve: mapping from annotation depends on type
Signed-off-by: Attila Mészáros <[email protected]>
compiles
Signed-off-by: Attila Mészáros <[email protected]>
* refactor: avoid creating useless strings
Signed-off-by: Chris Laprun <[email protected]>
* refactor: ensure roundtrip works
Signed-off-by: Chris Laprun <[email protected]>
* refactor: rename toSimpleString to toGVKString for greater clarity
Signed-off-by: Chris Laprun <[email protected]>
* refactor: minor improvements
Signed-off-by: Chris Laprun <[email protected]>
---------
Signed-off-by: Attila Mészáros <[email protected]>
Signed-off-by: Chris Laprun <[email protected]>
Co-authored-by: Chris Laprun <[email protected]>
Copy file name to clipboardexpand all lines: operator-framework-core/src/main/java/io/javaoperatorsdk/operator/processing/dependent/kubernetes/KubernetesDependentResource.java
Copy file name to clipboardexpand all lines: operator-framework-core/src/main/java/io/javaoperatorsdk/operator/processing/event/source/informer/Mappers.java
Copy file name to clipboardexpand all lines: operator-framework/src/test/java/io/javaoperatorsdk/operator/baseapi/informereventsource/InformerEventSourceTestCustomReconciler.java
+4-1
Original file line number
Diff line number
Diff line change
@@ -26,6 +26,7 @@ public class InformerEventSourceTestCustomReconciler
Copy file name to clipboardexpand all lines: operator-framework/src/test/java/io/javaoperatorsdk/operator/baseapi/informerremotecluster/InformerRemoteClusterReconciler.java
+2-1
Original file line number
Diff line number
Diff line change
@@ -53,7 +53,8 @@ public List<EventSource<?, InformerRemoteClusterCustomResource>> prepareEventSou
Copy file name to clipboardexpand all lines: operator-framework/src/test/java/io/javaoperatorsdk/operator/dependent/dependentcustommappingannotation/CustomMappingConfigMapDependentResource.java
+5-2
Original file line number
Diff line number
Diff line change
@@ -20,10 +20,12 @@ public class CustomMappingConfigMapDependentResource
0 commit comments