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
Copy file name to clipboardexpand all lines: operator-framework-core/src/main/java/io/javaoperatorsdk/operator/processing/dependent/kubernetes/KubernetesDependent.java
+13-1
Original file line number
Diff line number
Diff line change
@@ -25,7 +25,7 @@
25
25
* namespace is specified then the controller will monitor the namespaces configured for the
26
26
* controller.
27
27
*
28
-
* @return the list of namespaces this controller monitors
28
+
* @return the array of namespaces this controller monitors
Copy file name to clipboardexpand all lines: operator-framework-core/src/main/java/io/javaoperatorsdk/operator/processing/dependent/kubernetes/KubernetesDependentConverter.java
+3-1
Original file line number
Diff line number
Diff line change
@@ -34,6 +34,7 @@ public KubernetesDependentResourceConfig<R> configFrom(KubernetesDependent confi
Copy file name to clipboardexpand all lines: operator-framework-core/src/main/java/io/javaoperatorsdk/operator/processing/dependent/kubernetes/KubernetesDependentResource.java
+5-2
Original file line number
Diff line number
Diff line change
@@ -190,8 +190,10 @@ protected void addMetadata(boolean forMatch, R actualResource, final R target, P
Copy file name to clipboardexpand all lines: operator-framework-core/src/main/java/io/javaoperatorsdk/operator/processing/dependent/kubernetes/KubernetesDependentResourceConfig.java
0 commit comments