Merge pull request #520 from surajnarwade/minor_fix

Removing unused variable from convert.go
This commit is contained in:
Suraj Deshmukh 2017-03-28 18:13:00 +05:30 committed by GitHub
commit 1669e2e87b

View File

@ -27,7 +27,6 @@ import (
// TODO: comment // TODO: comment
var ( var (
ConvertSource string
ConvertOut string ConvertOut string
ConvertBuildRepo string ConvertBuildRepo string
ConvertBuildBranch string ConvertBuildBranch string
@ -40,7 +39,6 @@ var (
ConvertStdout bool ConvertStdout bool
ConvertEmptyVols bool ConvertEmptyVols bool
ConvertDeploymentConfig bool ConvertDeploymentConfig bool
ConvertBuildConfig bool
ConvertReplicas int ConvertReplicas int
ConvertOpt kobject.ConvertOptions ConvertOpt kobject.ConvertOptions
) )