Move plugins to api/v0.1.1

This commit is contained in:
Jeffrey Regan
2019-10-24 16:26:26 -07:00
parent 4cf6630fc0
commit 6e2335ec3d
51 changed files with 1945 additions and 281 deletions

View File

@@ -30,12 +30,4 @@ const (
// Program name, for help, finding the XDG_CONFIG_DIR, etc.
ProgramName = "kustomize"
// TODO: delete this. it's a copy of a const
// defined elsewhere but used by pluginator.
DomainName = "sigs.k8s.io"
// TODO: delete this. its a copy of a const
// defined elsewhere but used by pluginator.
PluginRoot = "plugin"
)