Move pluginator to cmd dir.

This commit is contained in:
jregan
2020-10-15 09:22:29 -07:00
parent 7464d8ac8f
commit 7346813b8d
6 changed files with 5 additions and 5 deletions

View File

@@ -21,5 +21,5 @@ import (
// major version increments in pluginator with each
// api release to allow this trick to work and not
// introduce cycles.
// _ "sigs.k8s.io/kustomize/pluginator/v2"
// _ "sigs.k8s.io/kustomize/cmd/pluginator/v2"
)