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
The operator package needs some refactoring, which will introduce breaking changes that had been held off until the v0.24 LTS release. These changes include:
Use app.Runnable (or a similar interface) in operator and controller logic (this follows from consuming context.Context)
Allow operator.InformerController to manage its individual informers better, so they can be added and removed dynamically, while running. Some initial work has already been done here.
The
operator
package needs some refactoring, which will introduce breaking changes that had been held off until thev0.24
LTS release. These changes include:chan <- struct{}
as signal channels tocontext.Context
, and propagate the context into children [operator] Use contexts instead of channels for Run methods #484app.Runnable
(or a similar interface) in operator and controller logic (this follows from consumingcontext.Context
)operator.InformerController
to manage its individual informers better, so they can be added and removed dynamically, while running. Some initial work has already been done here.operator.InformerController
into watchers/reconcilers when event methods are called [operator] Use contexts instead of channels for Run methods #484New
functionsThe text was updated successfully, but these errors were encountered: