Merge pull request #76072 from ping035627/k8s-190403

Delete unused struct
This commit is contained in:
Kubernetes Prow Robot 2019-04-03 21:07:12 -07:00 committed by GitHub
commit 550ccda7e0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -55,13 +55,6 @@ type topologyPair struct {
value string
}
// 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
node *v1.Node
}
type podSet map[*v1.Pod]struct{}
type topologyPairSet map[topologyPair]struct{}