mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-23 19:56:01 +00:00
Merge pull request #104668 from zc2638/fix/taint-toleration
modify non-uniform aliases
This commit is contained in:
commit
eae38bbe9e
@ -54,7 +54,7 @@ func (pl *TaintToleration) Name() string {
|
||||
|
||||
// EventsToRegister returns the possible events that may make a Pod
|
||||
// failed by this plugin schedulable.
|
||||
func (f *TaintToleration) EventsToRegister() []framework.ClusterEvent {
|
||||
func (pl *TaintToleration) EventsToRegister() []framework.ClusterEvent {
|
||||
return []framework.ClusterEvent{
|
||||
{Resource: framework.Node, ActionType: framework.Add | framework.UpdateNodeTaint},
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user