Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CustomPlugin ¶
type CustomPlugin struct {
Config string `json:"config,omitempty"`
}
CustomPlugin is used to support filter plugins that are not implemented yet
func (*CustomPlugin) DeepCopy ¶
func (in *CustomPlugin) DeepCopy() *CustomPlugin
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new CustomPlugin.
func (*CustomPlugin) DeepCopyInto ¶
func (in *CustomPlugin) DeepCopyInto(out *CustomPlugin)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*CustomPlugin) Name ¶
func (c *CustomPlugin) Name() string
func (*CustomPlugin) Params ¶
func (a *CustomPlugin) Params(_ plugins.SecretLoader) (*params.KVs, error)
Click to show internal directories.
Click to hide internal directories.