MCPcopy Index your code
hub / github.com/operator-framework/operator-sdk / Run

Method Run

internal/olm/operator/bundle/install.go:66–71  ·  view source on GitHub ↗
(ctx context.Context)

Source from the content-addressed store, hash-verified

64}
65
66func (i Install) Run(ctx context.Context) (*v1alpha1.ClusterServiceVersion, error) {
67 if err := i.setup(ctx); err != nil {
68 return nil, err
69 }
70 return i.InstallOperator(ctx)
71}
72
73func (i *Install) setup(ctx context.Context) error {
74 // Validate add mode in case it was set by a user.

Callers 4

NewCmdFunction · 0.95
NewCmdFunction · 0.95
InstallReleaseMethod · 0.95
getDefaultManifestsFunction · 0.95

Calls 2

setupMethod · 0.95
InstallOperatorMethod · 0.80

Tested by

no test coverage detected