Commit 6484efbc authored by Kubernetes Submit Queue's avatar Kubernetes Submit Queue Committed by GitHub

Merge pull request #37369 from yarntime/fix_typo_in_predicates

Automatic merge from submit-queue (batch tested with PRs 35884, 37305, 37369, 37429, 35679) fix typo in predicates
parents ad2cfc65 22e0bdcf
...@@ -90,7 +90,7 @@ func (c *CachedNodeInfo) GetNodeInfo(id string) (*v1.Node, error) { ...@@ -90,7 +90,7 @@ func (c *CachedNodeInfo) GetNodeInfo(id string) (*v1.Node, error) {
return node.(*v1.Node), nil return node.(*v1.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 *v1.PodAffinityTerm term *v1.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