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
feat: handle clustered resource on secondary to primary mapper init (#2321)
Fixes#2311
Overriding getPrimaryResourceType should allow to make things work even
in deeper hierarchies.
Signed-off-by: Chris Laprun <[email protected]>
Copy file name to clipboardExpand all lines: operator-framework-core/src/main/java/io/javaoperatorsdk/operator/processing/dependent/kubernetes/GenericKubernetesDependentResource.java
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/test/java/io/javaoperatorsdk/operator/processing/dependent/workflow/AbstractWorkflowExecutorTest.java
+5
Original file line number
Diff line number
Diff line change
@@ -39,6 +39,11 @@ public TestDependent(String name) {
Copy file name to clipboardExpand all lines: operator-framework/src/test/java/io/javaoperatorsdk/operator/sample/bulkdependent/ConfigMapDeleterBulkDependentResource.java
+7-3
Original file line number
Diff line number
Diff line change
@@ -34,20 +34,24 @@ public ConfigMapDeleterBulkDependentResource() {
Copy file name to clipboardExpand all lines: operator-framework/src/test/java/io/javaoperatorsdk/operator/sample/complexdependent/dependent/BaseDependentResource.java
+5
Original file line number
Diff line number
Diff line change
@@ -16,6 +16,11 @@ public BaseDependentResource(Class<R> resourceType, String component) {
0 commit comments