• Kubernetes Submit Queue's avatar
    Merge pull request #39803 from jayunit100/sched_cleanup_config_1 · b932c827
    Kubernetes Submit Queue authored
    Automatic merge from submit-queue (batch tested with PRs 39803, 39698, 39537, 39478)
    
    Use controller interface for everything in config factory
    
    **What this PR does / why we need it**:
    
    We want to replace controller structs with interfaces 
    - per the TODO in `ControllerInterface`
    - Specifically this will make the decoupling from Config and reuse of the scheduler's subcomponents cleaner.
    b932c827
Name
Last commit
Last update
..
BUILD Loading commit data...
factory.go Loading commit data...
factory_test.go Loading commit data...
plugins.go Loading commit data...
plugins_test.go Loading commit data...