mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-06-14 10:30:59 +00:00
Delete the KV plugin code.
This commit is contained in:
@@ -222,15 +222,6 @@ type GeneratorArgs struct {
|
||||
|
||||
// DataSources for the generator.
|
||||
DataSources `json:",inline,omitempty" yaml:",inline,omitempty"`
|
||||
|
||||
// KVSources for the generator.
|
||||
KVSources []KVSource `json:",inline,omitempty" yaml:",inline,omitempty"`
|
||||
}
|
||||
|
||||
// GeneratorMetaArgs contains arguments common to generators
|
||||
// that come from somewhere other than a kustomization file.
|
||||
type GeneratorMetaArgs struct {
|
||||
PluginConfig *PluginConfig
|
||||
}
|
||||
|
||||
// PluginConfig holds plugin configuration.
|
||||
@@ -241,9 +232,8 @@ type PluginConfig struct {
|
||||
// further categorizing plugins.
|
||||
DirectoryPath string
|
||||
|
||||
// GoEnabled is true if goplugins are enabled.
|
||||
// See https://golang.org/pkg/plugin
|
||||
GoEnabled bool
|
||||
// Enabled is true if plugins are enabled.
|
||||
Enabled bool
|
||||
}
|
||||
|
||||
// ConfigMapArgs contains the metadata of how to generate a configmap.
|
||||
|
||||
Reference in New Issue
Block a user