fix typo in predicates

pull/6/head
yarntime@163.com 2016-11-23 18:15:17 +08:00
parent e801fcfc4a
commit 22e0bdcfaa
1 changed files with 1 additions and 1 deletions

View File

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