mirror of
https://github.com/k3s-io/kubernetes.git
synced 2026-01-04 23:17:50 +00:00
remove legacyscheme dep from printFlags
This commit is contained in:
@@ -63,7 +63,7 @@ var (
|
||||
|
||||
func NewCmdRolloutPause(f cmdutil.Factory, streams genericclioptions.IOStreams) *cobra.Command {
|
||||
o := &PauseConfig{
|
||||
PrintFlags: printers.NewPrintFlags("paused"),
|
||||
PrintFlags: printers.NewPrintFlags("paused", legacyscheme.Scheme),
|
||||
IOStreams: streams,
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user