Remove the support for converting to Replica Sets

This commit is contained in:
Janet Kuo
2016-07-28 13:02:23 -07:00
parent 87270e3410
commit 4e50e89dac
4 changed files with 6 additions and 46 deletions
-4
View File
@@ -64,10 +64,6 @@ func ConvertCommand() cli.Command {
Name: "replicationcontroller,rc",
Usage: "Generate a replication controller resource file",
},
cli.BoolFlag{
Name: "replicaset,rs",
Usage: "Generate a replicaset resource file",
},
cli.IntFlag{
Name: "replicas",
Value: 1,