Skip to content

Commit

Permalink
move selector from api to core
Browse files Browse the repository at this point in the history
  • Loading branch information
yanxiaoqi932 committed Nov 7, 2023
1 parent a437ca2 commit 650dde6
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions pkg/consts/qos.go
Original file line number Diff line number Diff line change
Expand Up @@ -76,13 +76,3 @@ const (

PodAnnotationMicroTopologyAffinityDefaultZone = "numa"
)

// 解析后的inter-pod affinity annotations
type Selector struct {
MatchLabels map[string]string
Zone string
}
type MicroTopologyPodAffinityAnnotation struct {
Required []Selector
Preferred []Selector
}

0 comments on commit 650dde6

Please sign in to comment.