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/src/test/java/io/javaoperatorsdk/operator/sample/primarytosecondaydependent/PrimaryToSecondaryDependentReconciler.java
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -53,10 +53,10 @@ public int getNumberOfExecutions() {
53
53
}
54
54
55
55
/**
56
-
* Here just simply creating an Event Source, and setting it for the Dependent Resource. Since it
57
-
* is not possible to do this setup within the bounds of the KubernetesDependentResource API.
58
-
* However, this is quite a corner case; might be covered more out of the box in the future if
59
-
* there will be demand for it.
56
+
* Creating an Event Source and setting it for the Dependent Resource. Since it is not possible to
57
+
* do this setup within the bounds of the KubernetesDependentResource API. However, this is quite
58
+
* a corner case; might be covered more out of the box in the future if there will be demand for
0 commit comments