Skip to content

Commit ffc85be

Browse files
committed
predicates are no longer unstable
Signed-off-by: clux <[email protected]>
1 parent 04f6ad9 commit ffc85be

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

docs/controllers/optimization.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -238,10 +238,6 @@ let changed_deploys = watcher(deploys, watcher::Config::default())
238238
.predicate_filter(predicates::generation);
239239
```
240240

241-
!!! warning "Predicates are unstable"
242-
243-
Predicates are a new feature in some flux with the last change in 0.84. They require one of the `unstable-runtime` feature flags.
244-
245241
### Debouncing Repetitions
246242

247243
After kube 0.86 (via [#1265](https://github.com/kube-rs/kube/pull/1265)) it is possible to [debounce](https://en.wiktionary.org/wiki/debounce) to filter out reconcile calls that happen quick succession (only taking the latest). A debounce time can be set on the [controller::Config], and will __introduce a delay__ between the observed event and the eventual reconcile call, triggering __only after__ no relevant events have been seen for the debounce period.

0 commit comments

Comments
 (0)