mirror of
https://github.com/k3s-io/kubernetes.git
synced 2026-01-04 23:17:50 +00:00
remove f.PrintObjectSpecificMessage
This commit is contained in:
@@ -19,7 +19,6 @@ package testing
|
||||
import (
|
||||
"errors"
|
||||
"fmt"
|
||||
"io"
|
||||
"path/filepath"
|
||||
"time"
|
||||
|
||||
@@ -460,9 +459,6 @@ func (f *FakeFactory) EditorEnvs() []string {
|
||||
return nil
|
||||
}
|
||||
|
||||
func (f *FakeFactory) PrintObjectSpecificMessage(obj runtime.Object, out io.Writer) {
|
||||
}
|
||||
|
||||
func (f *FakeFactory) Command(*cobra.Command, bool) string {
|
||||
return f.tf.Command
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user