• k8s-merge-robot's avatar
    Merge pull request #28459 from ping035627/ping035627-patch-0704 · 74c5b4e4
    k8s-merge-robot authored
    Automatic merge from submit-queue
    
    Optimise the process of the CalculateSpreadPriority in selector_spreading.go
    
    It had better inspect if the nodeLister is normal first in the CalculateSpreadPriority in selector_spreading.go. If the nodeLister.List return error, the function return directly, not need deal the serviceLister and controllerLister and replicaSetLister.
    74c5b4e4
Name
Last commit
Last update
..
util Loading commit data...
interpod_affinity.go Loading commit data...
interpod_affinity_test.go Loading commit data...
node_affinity.go Loading commit data...
node_affinity_test.go Loading commit data...
priorities.go Loading commit data...
priorities_test.go Loading commit data...
selector_spreading.go Loading commit data...
selector_spreading_test.go Loading commit data...
taint_toleration.go Loading commit data...
taint_toleration_test.go Loading commit data...