forked from LaconicNetwork/kompose
Merge pull request #520 from surajnarwade/minor_fix
Removing unused variable from convert.go
This commit is contained in:
commit
1669e2e87b
@ -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
|
||||||
)
|
)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user