controller-idioms icon indicating copy to clipboard operation
controller-idioms copied to clipboard

Generic libraries for building idiomatic Kubernetes controllers

Results 13 controller-idioms issues
Sort by recently updated
recently updated
newest added

The `FileInformer` currently defaults to a `1m` resync period. This interval should be configurable when creating via the factory, so that different files can have different fallback resync periods.

hint/good first issue
priority/3 low

We often have the case where we have some object from the cache/cluster and some "computed" form of that same object (for the sake of comparing and determining whether changes...

Bumps the gomod-version group with 11 updates in the / directory: | Package | From | To | | --- | --- | --- | | [github.com/cespare/xxhash/v2](https://github.com/cespare/xxhash) | `2.2.0` |...

area/dependencies