mirror of
https://github.com/k3s-io/kubernetes.git
synced 2026-01-05 23:47:50 +00:00
Refactor commands to use new factory method
This commit is contained in:
@@ -466,8 +466,8 @@ func (f *FakeFactory) NewBuilder() *resource.Builder {
|
||||
return nil
|
||||
}
|
||||
|
||||
func (f *FakeFactory) DefaultResourceFilterOptions(cmd *cobra.Command, withNamespace bool) *kubectl.PrintOptions {
|
||||
return &kubectl.PrintOptions{}
|
||||
func (f *FakeFactory) DefaultResourceFilterOptions(cmd *cobra.Command, withNamespace bool) *printers.PrintOptions {
|
||||
return &printers.PrintOptions{}
|
||||
}
|
||||
|
||||
func (f *FakeFactory) DefaultResourceFilterFunc() kubectl.Filters {
|
||||
|
||||
Reference in New Issue
Block a user