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

Function makeBundleImageName

internal/testutils/utils.go:88–90  ·  view source on GitHub ↗
(projectName string)

Source from the content-addressed store, hash-verified

86}
87
88func makeBundleImageName(projectName string) string {
89 return fmt.Sprintf("quay.io/example/%s-bundle:v0.0.1", projectName)
90}
91
92// InstallOLMVersion runs 'operator-sdk olm install' for specific version
93// and returns any errors emitted by that command.

Callers 2

NewTestContextFunction · 0.85
NewPartialTestContextFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected