• Kubernetes Submit Queue's avatar
    Merge pull request #37234 from liggitt/revert-flex_node_conditions · a85d352d
    Kubernetes Submit Queue authored
    Automatic merge from submit-queue
    
    Revert "Avoid hard-coding list of Node Conditions"
    
    * we don't know how other API consumers are using node conditions (there was no prior expectation that the scheduler would block on custom conditions)
    * not all conditions map directly to schedulability (e.g. `MemoryPressure`/`DiskPressure`)
    * not all conditions use True to mean "unschedulable" (e.g. `Ready`)
    
    This reverts commit 511b2eca to avoid breaking existing API users and to avoid constraining future uses of the node conditions API
    a85d352d
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...
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...