Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DefaultPluginsHub ¶ added in v0.8.5
type DefaultPluginsHub struct {
// contains filtered or unexported fields
}
func NewDefaultPluginsHub ¶ added in v0.8.5
func (*DefaultPluginsHub) GetDefaultPlugin ¶ added in v0.10.0
func (ph *DefaultPluginsHub) GetDefaultPlugin() grouper.Grouper
func (*DefaultPluginsHub) GetPodGrouperPlugin ¶ added in v0.8.5
func (ph *DefaultPluginsHub) GetPodGrouperPlugin(gvk metav1.GroupVersionKind) grouper.Grouper
func (*DefaultPluginsHub) HasMatchingPlugin ¶ added in v0.10.0
func (ph *DefaultPluginsHub) HasMatchingPlugin(gvk metav1.GroupVersionKind) bool
type PluginsHub ¶
type PluginsHub interface {
GetPodGrouperPlugin(gvk metav1.GroupVersionKind) grouper.Grouper
}
Click to show internal directories.
Click to hide internal directories.