From 22e0bdcfaad9e1f62d67cb6c683389366cffba24 Mon Sep 17 00:00:00 2001 From: "yarntime@163.com" Date: Wed, 23 Nov 2016 18:15:17 +0800 Subject: [PATCH] fix typo in predicates --- plugin/pkg/scheduler/algorithm/predicates/predicates.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin/pkg/scheduler/algorithm/predicates/predicates.go b/plugin/pkg/scheduler/algorithm/predicates/predicates.go index e57afcceba0..3c642e7c420 100644 --- a/plugin/pkg/scheduler/algorithm/predicates/predicates.go +++ b/plugin/pkg/scheduler/algorithm/predicates/predicates.go @@ -90,7 +90,7 @@ func (c *CachedNodeInfo) GetNodeInfo(id string) (*api.Node, error) { return node.(*api.Node), nil } -// Note that predicateMetdata and matchingPodAntiAffinityTerm need to be declared in the same file +// Note that predicateMetadata and matchingPodAntiAffinityTerm need to be declared in the same file // due to the way declarations are processed in predicate declaration unit tests. type matchingPodAntiAffinityTerm struct { term *api.PodAffinityTerm