openshift: add deploymentconfig

This commit is contained in:
Tomas Kral
2016-07-21 20:35:15 +02:00
parent c2a07f764d
commit 2626b51dee
2 changed files with 64 additions and 3 deletions
+4
View File
@@ -49,6 +49,10 @@ func ConvertCommand() cli.Command {
Name: "daemonset,ds",
Usage: "Generate a daemonset resource file",
},
cli.BoolFlag{
Name: "deploymentconfig,dc",
Usage: "Generate a DeploymentConfig for OpenShift",
},
cli.IntFlag{
Name: "replicationcontroller,rc",
Value: 0,