mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-01 15:58:37 +00:00
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:
commit
6484efbc2f
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user