Commit 22e0bdcf authored by yarntime@163.com's avatar yarntime@163.com

fix typo in predicates

parent e801fcfc
...@@ -90,7 +90,7 @@ func (c *CachedNodeInfo) GetNodeInfo(id string) (*api.Node, error) { ...@@ -90,7 +90,7 @@ func (c *CachedNodeInfo) GetNodeInfo(id string) (*api.Node, error) {
return node.(*api.Node), nil 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. // due to the way declarations are processed in predicate declaration unit tests.
type matchingPodAntiAffinityTerm struct { type matchingPodAntiAffinityTerm struct {
term *api.PodAffinityTerm term *api.PodAffinityTerm
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment