mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-07-16 17:33:14 +00:00
split k8sdeps package into sub packages
This commit is contained in:
@@ -19,11 +19,11 @@ package resource
|
||||
import (
|
||||
"testing"
|
||||
|
||||
"sigs.k8s.io/kustomize/internal/k8sdeps"
|
||||
"sigs.k8s.io/kustomize/internal/k8sdeps/kunstruct"
|
||||
)
|
||||
|
||||
var factory = NewFactory(
|
||||
k8sdeps.NewKunstructuredFactoryImpl())
|
||||
kunstruct.NewKunstructuredFactoryImpl())
|
||||
|
||||
var testConfigMap = factory.FromMap(
|
||||
map[string]interface{}{
|
||||
|
||||
Reference in New Issue
Block a user