mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-06-29 17:41:13 +00:00
remove decoder interface since it is only used inside k8sdeps
This commit is contained in:
@@ -30,7 +30,7 @@ import (
|
||||
var deploy = gvk.Gvk{Group: "apps", Version: "v1", Kind: "Deployment"}
|
||||
var statefulset = gvk.Gvk{Group: "apps", Version: "v1", Kind: "StatefulSet"}
|
||||
var rf = resource.NewFactory(
|
||||
k8sdeps.NewKunstructuredFactoryImpl(k8sdeps.NewKustDecoder()))
|
||||
k8sdeps.NewKunstructuredFactoryImpl())
|
||||
var rmF = NewFactory(rf)
|
||||
|
||||
func TestEncodeAsYaml(t *testing.T) {
|
||||
|
||||
Reference in New Issue
Block a user