Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Manager = ReduceHandlers{}
Functions ¶
Types ¶
type PluginLoad ¶
type PluginLoad func() ReduceHandler
type ReduceHandler ¶
type ReduceHandler struct { Names []string Demo string Handler func(version, prefix string, item *config.Directive) (obj metav1.Object) }
func (*ReduceHandler) Has ¶
func (m *ReduceHandler) Has(name string) bool
type ReduceHandlers ¶
type ReduceHandlers []ReduceHandler
Click to show internal directories.
Click to hide internal directories.