Allow specifying repo,branch info for buildconfig over CLI.

This commit is contained in:
Ratnadeep Debnath
2016-12-28 17:00:33 +05:30
parent a9241e6fe5
commit fa724fe12d
4 changed files with 296 additions and 5 deletions
+2
View File
@@ -34,6 +34,8 @@ type ConvertOptions struct {
CreateDS bool
CreateDeploymentConfig bool
CreateBuildConfig bool
Repo string
Branch string
CreateChart bool
GenerateYaml bool
EmptyVols bool