rajatjindal / kubectl-whoami

This plugin gets the subject name using the effective kubeconfig
Apache License 2.0
120 stars 14 forks source link

fix ModifySecret references #5

Closed ahmetb closed 4 years ago

ahmetb commented 4 years ago

e.g. root := cmd.NewCmdModifySecret(genericclioptions.IOStreams{In: os.Stdin, Out: os.Stdout, ErrOut: os.Stderr})

I was about to refer to this as a "canonical plugin example" but it's not good like this. :)

rajatjindal commented 4 years ago

I dont even know how I missed notification for this issue. seeing it only today. I will address this soon.

rajatjindal commented 4 years ago

fixed. thanks Ahmet.