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

Function makeImageName

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

Source from the content-addressed store, hash-verified

82}
83
84func makeImageName(projectName string) string {
85 return fmt.Sprintf("quay.io/example/%s:v0.0.1", projectName)
86}
87
88func makeBundleImageName(projectName string) string {
89 return fmt.Sprintf("quay.io/example/%s-bundle:v0.0.1", projectName)

Callers 2

NewTestContextFunction · 0.85
NewPartialTestContextFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected