update various commands to adapt the new Factory interface

This commit is contained in:
AdoHe
2016-10-13 08:18:39 +08:00
parent dfae1a27c2
commit b2280a646a
53 changed files with 154 additions and 200 deletions

View File

@@ -36,7 +36,7 @@ var (
`)
)
func NewCmdRollout(f *cmdutil.Factory, out io.Writer) *cobra.Command {
func NewCmdRollout(f cmdutil.Factory, out io.Writer) *cobra.Command {
cmd := &cobra.Command{
Use: "rollout SUBCOMMAND",