We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5957f36 commit f94e86dCopy full SHA for f94e86d
providers/multi/provider.go
@@ -77,12 +77,6 @@ func (p *Provider) SetManager(mgr mctrl.Manager) {
77
p.mgr = mgr
78
}
79
80
-// Run starts the provider and blocks until the context is done. This is a noop.
81
-func (p *Provider) Run(ctx context.Context, mgr mctrl.Manager) error {
82
- <-ctx.Done()
83
- return nil
84
-}
85
-
86
func (p *Provider) splitClusterName(clusterName string) (string, string) {
87
parts := strings.SplitN(clusterName, p.opts.Separator, 2)
88
if len(parts) < 2 {
0 commit comments