mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-05-17 18:25:26 +00:00
Remove dead merge conflict code.
This commit is contained in:
@@ -15,8 +15,7 @@ import (
|
||||
func main() {
|
||||
var plugin resmap.Configurable
|
||||
p := provider.NewDefaultDepProvider()
|
||||
resmapFactory := resmap.NewFactory(
|
||||
p.GetResourceFactory(), p.GetConflictDetectorFactory())
|
||||
resmapFactory := resmap.NewFactory(p.GetResourceFactory())
|
||||
pluginHelpers := resmap.NewPluginHelpers(
|
||||
nil, p.GetFieldValidator(), resmapFactory)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user