add reconcile command to kubectl auth

This commit is contained in:
David Eads
2017-08-30 10:32:41 -04:00
parent 25da6e64e2
commit aa637502e0
15 changed files with 363 additions and 0 deletions

View File

@@ -34,6 +34,7 @@ func NewCmdAuth(f cmdutil.Factory, out, errOut io.Writer) *cobra.Command {
}
cmds.AddCommand(NewCmdCanI(f, out, errOut))
cmds.AddCommand(NewCmdReconcile(f, out, errOut))
return cmds
}