Versions in this module Expand all Collapse all v1 v1.0.0 Jun 17, 2024 Changes in this version + func NewTaintToleration(_ framework.Handle) (framework.Plugin, error) + type TaintToleration struct + func (pl *TaintToleration) Filter(ctx context.Context, su *framework.SchedulingUnit, ...) *framework.Result + func (pl *TaintToleration) Name() string + func (pl *TaintToleration) NormalizeScore(ctx context.Context, scores framework.ClusterScoreList) *framework.Result + func (pl *TaintToleration) Score(ctx context.Context, su *framework.SchedulingUnit, ...) (int64, *framework.Result) + func (pl *TaintToleration) ScoreExtensions() framework.ScoreExtensions