We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98f92ba commit 52900eaCopy full SHA for 52900ea
docs/content/en/docs/documentation/reconciler.md
@@ -300,7 +300,7 @@ public class ExpectationReconciler implements Reconciler<ExpectationCustomResour
300
return UpdateControl.noUpdate();
301
} else {
302
// checks if the expectation if it is fulfilled, and also removes it.
303
- // in your logic you might add a next expectation based on your workflow.
+ //In your logic, you might add a next expectation based on your workflow.
304
// Expectations have a name, so you can easily distinguish them if there is more of them.
305
var res = expectationManager.checkExpectation("deploymentReadyExpectation",primary, context);
306
if (res.isFulfilled()) {
0 commit comments