snip links to internal clients

This commit is contained in:
David Eads
2018-08-02 14:24:22 -04:00
parent a54c0974e3
commit 7923a9fd99
11 changed files with 44 additions and 43 deletions

View File

@@ -117,7 +117,7 @@ func (o *DeploymentOpts) Complete(f cmdutil.Factory, cmd *cobra.Command, args []
return err
}
clientset, err := f.ClientSet()
clientset, err := f.KubernetesClientSet()
if err != nil {
return err
}