diff --git a/cmd/pinniped/cmd/kubeconfig.go b/cmd/pinniped/cmd/kubeconfig.go index 438b15512..8ca7f64d7 100644 --- a/cmd/pinniped/cmd/kubeconfig.go +++ b/cmd/pinniped/cmd/kubeconfig.go @@ -122,6 +122,7 @@ func kubeconfigCommand(deps kubeconfigDeps) *cobra.Command { return &cmd } +//nolint:funlen func runGetKubeconfig(out io.Writer, deps kubeconfigDeps, flags getKubeconfigParams) error { execConfig := clientcmdapi.ExecConfig{ APIVersion: clientauthenticationv1beta1.SchemeGroupVersion.String(),