Split reswrangler.go and test from resmap.go

This commit is contained in:
jregan
2020-08-23 08:18:23 -07:00
7 changed files with 1495 additions and 1484 deletions

View File

@@ -38,8 +38,7 @@ type Loader interface {
Cleanup() error
}
// Kunstructured allows manipulation of k8s objects
// that do not have Golang structs.
// Kunstructured represents a Kubernetes Resource Model object.
type Kunstructured interface {
// Several uses.
Copy() Kunstructured