mirror of
https://github.com/k3s-io/kubernetes.git
synced 2026-01-06 16:06:51 +00:00
Add third party support to kubectl
This commit is contained in:
@@ -78,7 +78,7 @@ func (o *ResumeConfig) CompleteResume(f *cmdutil.Factory, cmd *cobra.Command, ou
|
||||
return cmdutil.UsageError(cmd, cmd.Use)
|
||||
}
|
||||
|
||||
o.Mapper, o.Typer = f.Object()
|
||||
o.Mapper, o.Typer = f.Object(false)
|
||||
o.ResumeObject = f.ResumeObject
|
||||
o.Out = out
|
||||
|
||||
|
||||
Reference in New Issue
Block a user