Merge pull request #104668 from zc2638/fix/taint-toleration

modify non-uniform aliases
This commit is contained in:
Kubernetes Prow Robot 2021-08-31 13:16:32 -07:00 committed by GitHub
commit eae38bbe9e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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},
}