• Kubernetes Submit Queue's avatar
    Merge pull request #40188 from jayunit100/NewSchedulerFromInterface · bb323d8d
    Kubernetes Submit Queue authored
    Automatic merge from submit-queue (batch tested with PRs 39538, 40188, 40357, 38214, 40195)
    
    Decoupling scheduler creation from creation of scheduler.Config struc…
    
    **What this PR does / why we need it**:
    
    Adds functionality to the scheduler to initialize from an Configurator interface, rather then via a Config struct.
    
    **Which issue this PR fixes** 
    
    Reduces coupling to `scheduler.Config` data structure format so that we can proliferate more interface driven composition of scheduler components.
    bb323d8d
Name
Last commit
Last update
..
algorithm Loading commit data...
algorithmprovider Loading commit data...
api 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...
equivalence_cache.go Loading commit data...
extender.go Loading commit data...
extender_test.go Loading commit data...
generic_scheduler.go Loading commit data...
generic_scheduler_test.go Loading commit data...
scheduler.go Loading commit data...
scheduler_test.go Loading commit data...