Deprecate kubectl scale job

This commit is contained in:
Maciej Szulik
2018-02-21 16:18:44 +01:00
parent 6e6c4ce1f2
commit 0bf2561898
2 changed files with 13 additions and 9 deletions

View File

@@ -270,7 +270,7 @@ func NewKubectlCommand(f cmdutil.Factory, in io.Reader, out, err io.Writer) *cob
Commands: []*cobra.Command{
rollout.NewCmdRollout(f, out, err),
NewCmdRollingUpdate(f, out),
NewCmdScale(f, out),
NewCmdScale(f, out, err),
NewCmdAutoscale(f, out),
},
},