kubernetes/pkg/kubelet/cm/topologymanager/scope_pod.go

type podScope

var _

// NewPodScope returns a pod scope.
func NewPodScope(policy Policy) Scope {}

func (s *podScope) Admit(pod *v1.Pod) lifecycle.PodAdmitResult {}

func (s *podScope) accumulateProvidersHints(pod *v1.Pod) []map[string][]TopologyHint {}

func (s *podScope) calculateAffinity(pod *v1.Pod) (TopologyHint, bool) {}