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/EventSourceInitializationContext.java
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
@@ -16,8 +16,8 @@ public interface EventSourceInitializer<P extends HasMetadata> {
16
16
/**
17
17
* Prepares a list of {@link EventSource} implementations to be registered by the SDK.
18
18
*
19
-
* @param primaryCache a cache providing direct access to primary resources so that event sources
20
-
* can extract relevant information from primary resources as needed
19
+
* @param context a {@link EventSourceInitializationContext} providing access to information
Copy file name to clipboardExpand all lines: operator-framework-core/src/main/java/io/javaoperatorsdk/operator/processing/event/source/EventSource.java
0 commit comments