mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-29 06:27:05 +00:00
Merge pull request #76072 from ping035627/k8s-190403
Delete unused struct
This commit is contained in:
commit
550ccda7e0
@ -55,13 +55,6 @@ type topologyPair struct {
|
|||||||
value string
|
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 podSet map[*v1.Pod]struct{}
|
||||||
|
|
||||||
type topologyPairSet map[topologyPair]struct{}
|
type topologyPairSet map[topologyPair]struct{}
|
||||||
|
Loading…
Reference in New Issue
Block a user