• Kubernetes Submit Queue's avatar
    Merge pull request #41119 from sarat-k/master · 11b9a2d0
    Kubernetes Submit Queue authored
    Automatic merge from submit-queue (batch tested with PRs 41701, 41818, 41897, 41119, 41562)
    
    Optimization of on-wire information sent to scheduler extender interfaces that are stateful
    
    The changes are to address the issue described in https://github.com/kubernetes/kubernetes/issues/40991
    
    ```release-note
    Added support to minimize sending verbose node information to scheduler extender by sending only node names and expecting extenders to cache the rest of the node information
    ```
    
    cc @ravigadde
    11b9a2d0
Name
Last commit
Last update
..
algorithm Loading commit data...
algorithmprovider Loading commit data...
api Loading commit data...
core Loading commit data...
factory Loading commit data...
metrics Loading commit data...
schedulercache Loading commit data...
testing Loading commit data...
util Loading commit data...
BUILD Loading commit data...
OWNERS Loading commit data...
scheduler.go Loading commit data...
scheduler_test.go Loading commit data...