Versions in this module Expand all Collapse all v1 v1.2.2 Feb 3, 2026 Changes in this version + const ExecFormatErrorMonitorPluginName + const NodeAffinityScoringPluginName + type BasePlugin struct + Enabled bool + func (b *BasePlugin) IsEnabled() bool + func (b *BasePlugin) Name() string + func (in *BasePlugin) DeepCopy() *BasePlugin + func (in *BasePlugin) DeepCopyInto(out *BasePlugin) + type ExecFormatErrorMonitor struct + func (b *ExecFormatErrorMonitor) Name() string + func (in *ExecFormatErrorMonitor) DeepCopy() *ExecFormatErrorMonitor + func (in *ExecFormatErrorMonitor) DeepCopyInto(out *ExecFormatErrorMonitor) + type IBasePlugin interface + IsEnabled func() bool + Name func() string + type NodeAffinityScoring struct + Platforms []NodeAffinityScoringPlatformTerm + func (b *NodeAffinityScoring) Name() string + func (in *NodeAffinityScoring) DeepCopy() *NodeAffinityScoring + func (in *NodeAffinityScoring) DeepCopyInto(out *NodeAffinityScoring) + type NodeAffinityScoringPlatformTerm struct + Architecture string + Weight int32 + func (in *NodeAffinityScoringPlatformTerm) DeepCopy() *NodeAffinityScoringPlatformTerm + func (in *NodeAffinityScoringPlatformTerm) DeepCopyInto(out *NodeAffinityScoringPlatformTerm) + type Plugins struct + ExecFormatErrorMonitor *ExecFormatErrorMonitor + NodeAffinityScoring *NodeAffinityScoring + func (in *Plugins) DeepCopy() *Plugins + func (in *Plugins) DeepCopyInto(out *Plugins) + func (p *Plugins) PluginEnabled(plugin common.Plugin) bool