Reduce k8ds deps

This commit is contained in:
jregan
2019-05-27 08:21:10 -07:00
parent 3af0f9776f
commit 47c965481f
39 changed files with 563 additions and 698 deletions

View File

@@ -38,7 +38,7 @@ func DefaultPluginConfig() *types.PluginConfig {
}
}
func PluginsNotEnabledErr(name string) error {
func NotEnabledErr(name string) error {
return fmt.Errorf(
flagErrorFmt,
name,