MCPcopy Index your code
hub / github.com/kubernetes/sample-controller / run

Method run

controller_test.go:112–114  ·  view source on GitHub ↗
(ctx context.Context, fooRef cache.ObjectName)

Source from the content-addressed store, hash-verified

110}
111
112func (f *fixture) run(ctx context.Context, fooRef cache.ObjectName) {
113 f.runController(ctx, fooRef, true, false)
114}
115
116func (f *fixture) runExpectError(ctx context.Context, fooRef cache.ObjectName) {
117 f.runController(ctx, fooRef, true, true)

Callers 3

TestCreatesDeploymentFunction · 0.80
TestDoNothingFunction · 0.80
TestUpdateDeploymentFunction · 0.80

Calls 1

runControllerMethod · 0.95

Tested by

no test coverage detected