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/baseapi/expectation/onallevent/ExpectationIT.java
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -35,7 +35,7 @@
35
35
Demonstrates the basic expectation pattern using ExpectationManager with triggerReconcilerOnAllEvents = true.
36
36
This pattern allows reconcilers to wait for specific conditions to be met (like a Deployment having 3 ready replicas)
37
37
before proceeding with status updates. The test shows both successful expectation fulfillment and timeout handling.
38
-
Requires @ControllerConfiguration(triggerReconcilerOnAllEvents = true) for proper operation.\
38
+
Requires @ControllerConfiguration(triggerReconcilerOnAllEvents = true) for proper operation.
Copy file name to clipboardExpand all lines: operator-framework/src/test/java/io/javaoperatorsdk/operator/baseapi/expectation/periodicclean/PeriodicCleanerExpectationIT.java
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -35,7 +35,7 @@
35
35
Demonstrates the PeriodicCleanerExpectationManager pattern which provides automatic cleanup of stale expectations.
36
36
This pattern works without requiring @ControllerConfiguration(triggerReconcilerOnAllEvents = true) and automatically
37
37
cleans up stale expectations periodically (default: 1 minute). This is ideal for 'set and forget' scenarios where
38
-
you want the same expectation API and functionality as the regular ExpectationManager but with automatic lifecycle management.\
38
+
you want the same expectation API and functionality as the regular ExpectationManager but with automatic lifecycle management.
0 commit comments