k3s/plugin/cmd/kube-scheduler/app
Kubernetes Submit Queue 1d0d3db2bc Merge pull request #51534 from deads2k/scheduler-01-dont-panic
Automatic merge from submit-queue (batch tested with PRs 51574, 51534, 49257, 44680, 48836)

update scheduler to return structured errors instead of process exit

The scheduler Run method returns an error that is properly handled at higher levels.  Instead of existing the process, we should return the error and handle it at higher level logic to allow testing of error conditions and composition of commands.  The changes are relatively minor.

@sjenning @aveshagarwal
2017-08-31 23:13:18 -07:00
..
options Use buildozer to delete licenses() rules except under third_party/ 2017-08-11 09:32:39 -07:00
BUILD update scheduler to return structured errors instead of process exit 2017-08-29 11:20:06 -04:00
configurator.go use the core client with version 2017-07-26 19:16:02 +08:00
configurator_test.go follow our go code style: error->err 2017-07-07 09:34:38 +08:00
server.go Merge pull request #51534 from deads2k/scheduler-01-dont-panic 2017-08-31 23:13:18 -07:00