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/api/reconciler/EventSourceInitializer.java
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -8,14 +8,14 @@
8
8
/**
9
9
* An interface that a {@link Reconciler} can implement to have the SDK register the provided
10
10
* {@link EventSource}
11
-
*
11
+
*
12
12
* @param <P> the primary resource type handled by the associated {@link Reconciler}
Copy file name to clipboardExpand all lines: operator-framework-core/src/main/java/io/javaoperatorsdk/operator/processing/event/source/EventSource.java
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,7 @@ public interface EventSource extends LifecycleAware {
15
15
/**
16
16
* An optional name for your EventSource. This is only required if you need to register multiple
17
17
* EventSources for the same resource type (e.g. {@code Deployment}).
18
-
*
18
+
*
19
19
* @return the name associated with this EventSource
20
20
*/
21
21
defaultStringname() {
@@ -25,7 +25,7 @@ default String name() {
25
25
/**
26
26
* Sets the {@link EventHandler} that is linked to your reconciler when this EventSource is
27
27
* registered.
28
-
*
28
+
*
29
29
* @param handler the {@link EventHandler} associated with your reconciler
Copy file name to clipboardExpand all lines: operator-framework-core/src/main/java/io/javaoperatorsdk/operator/processing/event/source/informer/InformerEventSource.java
Copy file name to clipboardExpand all lines: operator-framework-core/src/main/java/io/javaoperatorsdk/operator/processing/event/source/polling/PollingEventSource.java
0 commit comments