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

Function warn

test/integration/suite_test.go:145–149  ·  view source on GitHub ↗
(output string, err error)

Source from the content-addressed store, hash-verified

143})
144
145func warn(output string, err error) {
146 if err != nil {
147 fmt.Fprintf(GinkgoWriter, "warning: %s\n%s", err, output)
148 }
149}
150
151func runPackageManifests(tc *testutils.TestContext, args ...string) error {
152 allArgs := []string{"run", "packagemanifests", "--timeout", "6m", "--namespace", tc.Kubectl.Namespace}

Callers 1

suite_test.goFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected