MCPcopy
hub / github.com/kubernetes/kubectl / Run

Method Run

pkg/cmd/diff/diff.go:612–614  ·  view source on GitHub ↗

Run runs the diff program against both directories.

(diff *DiffProgram)

Source from the content-addressed store, hash-verified

610
611// Run runs the diff program against both directories.
612func (d *Differ) Run(diff *DiffProgram) error {
613 return diff.Run(d.From.Dir.Name, d.To.Dir.Name)
614}
615
616// TearDown removes both temporary directories recursively.
617func (d *Differ) TearDown() {

Callers 15

RunMethod · 0.95
TestGenericScaleSimpleFunction · 0.45
TestGenericScaleFunction · 0.45
TestViewHistoryFunction · 0.45

Calls

no outgoing calls

Tested by 15

TestGenericScaleSimpleFunction · 0.36
TestGenericScaleFunction · 0.36
TestViewHistoryFunction · 0.36
TestRunCordonOrUncordonFunction · 0.36