Move resid package from api to kyaml

This commit is contained in:
monopole
2021-04-30 20:39:32 -07:00
parent 5a8a4d47a5
commit c8dddac5b9
52 changed files with 56 additions and 55 deletions

View File

@@ -3,7 +3,7 @@
package resource
import "sigs.k8s.io/kustomize/api/resid"
import "sigs.k8s.io/kustomize/kyaml/resid"
type IdSet struct {
ids map[resid.ResId]bool