Add a test and temporarily disable some plugin tests.

This commit is contained in:
jregan
2020-07-17 08:23:11 -07:00
parent 0b359d0ef0
commit c878957d0b
7 changed files with 250 additions and 70 deletions

View File

@@ -104,7 +104,7 @@ func loadKustFile(ldr ifc.Loader) ([]byte, error) {
}
// MakeCustomizedResMap creates a fully customized ResMap
// per the instructions contained in its kustomiztion instance.
// per the instructions contained in its kustomization instance.
func (kt *KustTarget) MakeCustomizedResMap() (resmap.ResMap, error) {
return kt.makeCustomizedResMap()
}