everpeace/k8s-scheduler-extender-example

Dependency management and ease the import

wangchen615 opened this issue · 0 comments

  1. The packages used by kubernetes@v1.16.3 can be easily managed by dep.
  2. The shared go files, such as
    predicate.go
    preemption.go
    prioritize.go
    routes.go
    bind.go
    and some variables can be grouped into a package for others to import easily.