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 6134683 commit 57a8eccCopy full SHA for 57a8ecc
docs/content/en/docs/documentation/reconciler.md
@@ -299,7 +299,7 @@ public class ExpectationReconciler implements Reconciler<ExpectationCustomResour
299
primary, Duration.ofSeconds(timeout), deploymentReadyExpectation(context));
300
return UpdateControl.noUpdate();
301
} else {
302
- // checks the expectation if it is fulfilled also removes it,
+ // 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.
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);
0 commit comments