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
This commit is contained in:
Kubernetes Submit Queue 2016-12-08 03:55:15 -08:00 committed by GitHub
commit 6484efbc2f

View File

@ -90,7 +90,7 @@ func (c *CachedNodeInfo) GetNodeInfo(id string) (*v1.Node, error) {
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.
type matchingPodAntiAffinityTerm struct {
term *v1.PodAffinityTerm