Home
last modified time | relevance | path

Searched defs:podScope (Results 1 – 1 of 1) sorted by relevance

/dports/sysutils/kubectl/kubernetes-1.22.2/pkg/kubelet/cm/topologymanager/
H A Dscope_pod.go27 type podScope struct { struct
28 scope
46 func (s *podScope) Admit(pod *v1.Pod) lifecycle.PodAdmitResult {
70 func (s *podScope) accumulateProvidersHints(pod *v1.Pod) []map[string][]TopologyHint {
82 func (s *podScope) calculateAffinity(pod *v1.Pod) (TopologyHint, bool) {