MCPcopy
hub / github.com/operator-framework/operator-sdk / GenerateBundle

Method GenerateBundle

internal/testutils/olm.go:86–92  ·  view source on GitHub ↗

GenerateBundle runs all commands to create an operator bundle.

()

Source from the content-addressed store, hash-verified

84
85// GenerateBundle runs all commands to create an operator bundle.
86func (tc TestContext) GenerateBundle() error {
87 if err := tc.DisableManifestsInteractiveMode(); err != nil {
88 return err
89 }
90
91 return tc.Make("bundle", "IMG="+tc.ImageName)
92}

Callers 4

RunMethod · 0.80
RunMethod · 0.80
suite_test.goFile · 0.80
suite_test.goFile · 0.80

Calls 1

Tested by

no test coverage detected