forked from LaconicNetwork/kompose
Removing unused variable from convert.go
Fixes #513 removed `ConvertSource` and `ConvertBuildConfig`, since they are no longer used.
This commit is contained in:
parent
99f70109b7
commit
a7e459ce05
@ -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