diff options
| author | Lin Yang <lin.a.yang@intel.com> | 2017-05-22 16:00:40 -0700 |
|---|---|---|
| committer | Lin Yang <lin.a.yang@intel.com> | 2017-05-22 16:00:40 -0700 |
| commit | 191d84ba82428b8deb002f1909ea847b09197322 (patch) | |
| tree | 923e6083587191b68bec325e519b97bf61498964 | |
| parent | b7c4abc6fdb962785654ca50c26dc982bf87ea04 (diff) | |
Fix wrong link format for predicates.go file
Removed unused space which break link format.
| -rwxr-xr-x | contributors/devel/scheduler.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contributors/devel/scheduler.md b/contributors/devel/scheduler.md index 1b9ca7c7..47985c98 100755 --- a/contributors/devel/scheduler.md +++ b/contributors/devel/scheduler.md @@ -86,7 +86,7 @@ The default policies used are selected by the functions `defaultPredicates()` an [plugin/pkg/scheduler/algorithmprovider/defaults/defaults.go](http://releases.k8s.io/HEAD/plugin/pkg/scheduler/algorithmprovider/defaults/defaults.go). However, the choice of policies can be overridden by passing the command-line flag `--policy-config-file` to the scheduler, pointing to a JSON file specifying which scheduling policies to use. See [examples/scheduler-policy-config.json](http://releases.k8s.io/HEAD/examples/scheduler-policy-config.json) for an example config file. (Note that the config file format is versioned; the API is defined in [plugin/pkg/scheduler/api](http://releases.k8s.io/HEAD/plugin/pkg/scheduler/api/)). -Thus to add a new scheduling policy, you should modify [plugin/pkg/scheduler/algorithm/predicates/predicates.go] (http://releases.k8s.io/HEAD/plugin/pkg/scheduler/algorithm/predicates/predicates.go) or add to the directory [plugin/pkg/scheduler/algorithm/priorities](http://releases.k8s.io/HEAD/plugin/pkg/scheduler/algorithm/priorities/), and either register the policy in `defaultPredicates()` or `defaultPriorities()`, or use a policy config file. +Thus to add a new scheduling policy, you should modify [plugin/pkg/scheduler/algorithm/predicates/predicates.go](http://releases.k8s.io/HEAD/plugin/pkg/scheduler/algorithm/predicates/predicates.go) or add to the directory [plugin/pkg/scheduler/algorithm/priorities](http://releases.k8s.io/HEAD/plugin/pkg/scheduler/algorithm/priorities/), and either register the policy in `defaultPredicates()` or `defaultPriorities()`, or use a policy config file. <!-- BEGIN MUNGE: GENERATED_ANALYTICS --> |
