Replace pkger with embed.FS compatibility

This commit is contained in:
Katrina Verey
2021-05-17 09:26:30 -07:00
parent 53c87a32e9
commit 3f3d3b17a4
59 changed files with 888 additions and 357 deletions

View File

@@ -0,0 +1,17 @@
// Copyright 2021 The Kubernetes Authors.
// SPDX-License-Identifier: Apache-2.0
package main
import (
"testing"
"sigs.k8s.io/kustomize/kyaml/fn/framework/frameworktestutil"
)
func TestRun(t *testing.T) {
prc := frameworktestutil.CommandResultsChecker{
Command: buildCmd,
}
prc.Assert(t)
}