adding replicas to --rc, it's going to be kompose convert --rc <replica>. Close #15

This commit is contained in:
ngtuna
2016-07-14 02:10:00 +07:00
parent e5af4ed2a8
commit a2ae1c3990
3 changed files with 13 additions and 12 deletions
+3 -2
View File
@@ -48,9 +48,10 @@ func ConvertCommand(factory app.ProjectFactory) cli.Command {
Name: "daemonset,ds",
Usage: "Generate a daemonset resource file",
},
cli.BoolFlag{
cli.IntFlag{
Name: "replicationcontroller,rc",
Usage: "Generate a replicationcontroller file",
Value: 0,
Usage: "Specify replicas in order to generate a replication controller resource file",
},
cli.BoolFlag{
Name: "replicaset,rs",