Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for topoMaps (0.07 sec)

  1. pkg/scheduler/framework/plugins/interpodaffinity/filtering.go

    		}
    		if len(topoMap) != 0 {
    			topoMaps[atomic.AddInt32(&index, 1)] = topoMap
    		}
    	}
    	pl.parallelizer.Until(ctx, len(nodes), processNode, pl.Name())
    
    	result := make(topologyToMatchedTermCount)
    	for i := 0; i <= int(index); i++ {
    		result.append(topoMaps[i])
    	}
    
    	return result
    }
    
    // finds existing Pods that match affinity terms of the incoming pod's (anti)affinity terms.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Jun 01 10:24:54 UTC 2023
    - 14.6K bytes
    - Viewed (0)
Back to top