github.com/operator-framework/operator-lifecycle-manager@v0.30.0/pkg/controller/registry/resolver/hooks.go (about)

     1  package resolver
     2  
     3  // stepResolverInitHook provides a way for the downstream
     4  // to modify the step resolver at creation time.
     5  // This is a bit of a hack to enable system constraints downstream
     6  // without affecting the upstream. We may want to clean this up when
     7  // either we have a more pluggable architecture; or system constraints
     8  // come to the upstream
     9  type stepResolverInitHook func(*OperatorStepResolver) error