mirror of
https://github.com/k3s-io/kubernetes.git
synced 2026-01-05 23:47:50 +00:00
Add third party support to kubectl
This commit is contained in:
@@ -80,7 +80,7 @@ func (o *PauseConfig) CompletePause(f *cmdutil.Factory, cmd *cobra.Command, out
|
||||
return cmdutil.UsageError(cmd, cmd.Use)
|
||||
}
|
||||
|
||||
o.Mapper, o.Typer = f.Object()
|
||||
o.Mapper, o.Typer = f.Object(false)
|
||||
o.PauseObject = f.PauseObject
|
||||
o.Out = out
|
||||
|
||||
|
||||
Reference in New Issue
Block a user