Add more tests and explain some strange quotes.

This commit is contained in:
monopole
2021-01-13 13:03:22 -08:00
parent cf8815b0a0
commit bb41d018b5
11 changed files with 111 additions and 92 deletions

View File

@@ -246,5 +246,6 @@ type ResMap interface {
ApplySmPatch(
selectedSet *resource.IdSet, patch *resource.Resource) error
RemoveIdAnnotations() error
// Remove annotations used exclusively by the kustomize build process.
RemoveIdAnnotations()
}