Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for initPreScoreState (0.12 sec)

  1. pkg/scheduler/framework/plugins/podtopologyspread/scoring.go

    }
    
    // Clone implements the mandatory Clone interface. We don't really copy the data since
    // there is no need for that.
    func (s *preScoreState) Clone() framework.StateData {
    	return s
    }
    
    // initPreScoreState iterates "filteredNodes" to filter out the nodes which
    // don't have required topologyKey(s), and initialize:
    // 1) s.TopologyPairToPodCounts: keyed with both eligible topology pair and node names.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Dec 15 03:30:06 UTC 2023
    - 10.1K bytes
    - Viewed (0)
Back to top