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/AbstractDependentResource.java
Copy file name to clipboardExpand all lines: operator-framework-core/src/main/java/io/javaoperatorsdk/operator/processing/dependent/BulkDependentResource.java
+8-1Lines changed: 8 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,14 @@ public interface BulkDependentResource<R, P extends HasMetadata>
17
17
extendsCreator<R, P>, Deleter<P> {
18
18
19
19
/**
20
-
* @return number of resources to create
20
+
* Retrieves a map of desired secondary resources associated with the specified primary resource,
21
+
* identified by an arbitrary key.
22
+
*
23
+
* @param primary the primary resource with which we want to identify which secondary resources
24
+
* are associated
25
+
* @param context the {@link Context} associated with the current reconciliation
26
+
* @return a Map associating bulk secondary resources with the specified primary via arbitrary
Copy file name to clipboardExpand all lines: operator-framework-core/src/main/java/io/javaoperatorsdk/operator/processing/dependent/kubernetes/KubernetesDependentResource.java
0 commit comments