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 idea is to expand on the ControllerRef class to associate a controller with its configuration and propagate this entity instead of passing the controller, the configuration and very often the kube client to each object that needs that information.
See commit message on operator-framework@1c47ecf for more details.
The idea is to expand on the
ControllerRef
class to associate a controller with its configuration and propagate this entity instead of passing the controller, the configuration and very often the kube client to each object that needs that information.See commit message on operator-framework@1c47ecf for more details.
Fixes operator-framework#496.
operator-framework#517
The text was updated successfully, but these errors were encountered: