Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type CustomPlugin ¶
type CustomPlugin struct {
Config string `json:"config,omitempty"`
}
CustomPlugin is used to support filter plugins that are not implemented yet. <br /> **For example usage, refer to https://github.com/fluent/fluent-operator/blob/master/docs/best-practice/custom-plugin.md**
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) MakeNamespaced ¶ added in v2.9.0
func (c *CustomPlugin) MakeNamespaced(ns string)
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.