• Kubernetes Submit Queue's avatar
    Merge pull request #57852 from misterikkit/moveScheduler · bd4d511a
    Kubernetes Submit Queue authored
    Automatic merge from submit-queue. If you want to cherry-pick this change to another branch, please follow the instructions <a href="https://github.com/kubernetes/community/blob/master/contributors/devel/cherry-picks.md">here</a>.
    
    Move scheduler out of plugin directory
    
    **What this PR does / why we need it**:
    
    **Which issue(s) this PR fixes** *(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close the issue(s) when PR gets merged)*:
    This is but one step toward resolving the referenced issue.
    /ref #57579
    
    **Special notes for your reviewer**:
    
    **Release note**:
    
    ```release-note
    Default scheduler code is moved out of the plugin directory.
    plugin/pkg/scheduler -> pkg/scheduler
    plugin/cmd/kube-scheduler -> cmd/kube-scheduler
    ```
    /sig scheduling
    bd4d511a
Name
Last commit
Last update
..
scheduler Loading commit data...
BUILD Loading commit data...
OWNERS Loading commit data...
metrics.go Loading commit data...
node_lifecycle_controller.go Loading commit data...
node_lifecycle_controller_test.go Loading commit data...